.albums-wrapper .thumbnail {
	-webkit-transition: all 230ms linear;
	-o-transition: all 230ms linear;
	transition: all 230ms linear;
	overflow: hidden;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	box-shadow: 0 !important;
	border: 0 !important;
}

.albums-wrapper .thumbnail .image-link img {
	border: 1.3px solid #d4d4d4;
	-webkit-box-shadow: 0 0 3px 1px #d4d4d4;
	box-shadow: 0 0 3px 1px #d4d4d4;
	margin-bottom: 0 !important;
}

.albums-wrapper .thumbnail:hover .image-link img {
	-webkit-box-shadow: 0 0 2px 0px #7c7f8d;
	box-shadow: 0 0 2px 0px #7c7f8d;
}

.inline-table {
	display: inline-table;
}

.albums-wrapper .thumbnail:hover .gallery-item-title {
	opacity: 1;
	top: 35%;
}

.albums-wrapper .thumbnail img {
	-webkit-transition: all 230ms linear;
	-o-transition: all 230ms linear;
	transition: all 230ms linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin-bottom: 10px;
	object-fit: cover;
}

.albums-wrapper .thumbnail:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: blur(4px);
}

.gallery-item-title {
	position: absolute;
	top: 0;
	color: #ffffff;
	position: absolute;
	top: 25%;
	font-size: 1.15em;
	color: #ffffff;
	right: 0;
	width: 100%;
	text-shadow: 1px 1px 1px black;
	-webkit-transition: all 230ms linear;
	-o-transition: all 230ms linear;
	transition: all 230ms linear;
	opacity: 0;
}

.mfp-title {
	text-align: center !important;
	line-height: 1.5em !important;
	color: #f3f3f3 !important;
	position: absolute !important;
	padding: 1.5em !important;
	bottom: 0em !important;
	font-size: 1.1em !important;
	width: 100% !important;
	min-height: 92px;
	background: rgba(0, 0, 0, 0.5) !important;
}

.mfp-counter {
	text-align: center !important;
	width: 100%;
	color: white;
	font-size: 12px !important;
	left: unset !important;
	top: -22px !important;
	display: none;
}

/* @media all and (min-width: 800px) {
	.fancybox-thumbs {
		top: auto;
		width: auto;
		bottom: 0;
		left: 0;
		right: 0;
		height: 95px;
		padding: 10px 10px 5px 10px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.3);
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
		bottom: 95px;
	}
} */

.fancybox-thumbs {
	background: #111111 !important;
}

.fancybox-thumbs {
	display: block;
}

div.embed-popup {
	width: 70%;
	height: 65vh;
	margin: auto;
}

@media only screen and (max-width: 576px) {
	div.embed-popup {
		width: 100%;
		margin: auto;
	}
}

