.fl-compound-image {
	position: relative;
	aspect-ratio: 1 / 1;
	max-width: 300px;
	margin: 0 auto;
}

.fl-compound-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 0;
}
.fl-compound-image img.overlay {
	z-index: 1;
}




@media screen and (min-width: 768px) {
	
	.fl-compound-image {
		margin: 0 auto;
	}
	
}