.thumbnail-gallery {	display: inline-block;	max-width: 300px;	position: relative;	overflow: hidden;	border-radius: 0.625rem;}.thumbnail-gallery .thumbnail-caption {	position: absolute;	left: 0;	top: 0;	right: 0;	bottom: 0;	display: flex;	justify-content: center;	align-items: center;	color: #fff;	background-color: rgba(217, 45, 45, 0.6);}.thumbnail-gallery .thumbnail-title {	display: block;	color: inherit;}.thumbnail-gallery .thumbnail-link-overlay {	position: absolute;	left: 0;	top: 0;	right: 0;	bottom: 0;	z-index: 1;}.desktop .thumbnail-gallery .thumbnail-caption {	transition: all 0.2s ease-in-out;	opacity: 0;	transform: scale(0.85);}.desktop .thumbnail-gallery:hover .thumbnail-caption {	transform: scale(1);	opacity: 1;}@media (min-width: 768px) {	.thumbnail-gallery {		max-width: 100%;	}	.thumbnail-gallery-mod-1 {		margin-top: 53%;	}	.thumbnail-gallery-mod-2 {		margin-top: 1.875rem;	}}
/*# sourceMappingURL=thumbnail.css.map */
