.thumbnail-zoom {	position: relative;	display: inline-block;}.thumbnail-zoom:before {	position: absolute;	top: 5px;	right: 5px;	width: 2rem;	height: 2rem;	display: flex;	justify-content: center;	align-items: center;	font-size: 1rem;	font-family: 'Intense Icons';	line-height: 1;	color: rgba(255, 255, 255, 0.8);	background-color: rgba(217, 45, 45, 0.2);	content: '\e919';	border-radius: 50%;	transition: all 0.2s ease-in-out;}.desktop .thumbnail-zoom:before {	opacity: 0;	transform: scale(0.5);}.desktop .thumbnail-zoom:hover:before {	opacity: 1;	transform: scale(1);}@media (min-width: 576px) {	.thumbnail-zoom:before {		width: 3rem;		height: 3rem;		font-size: 1.5rem;	}}
/*# sourceMappingURL=thumbnail-zoom.css.map */
