@media(min-width:768px){
	
.page.slide:is(#image_1, #image_2, #image_3) div.fp-tableCell{
	padding:inherit!important;
}
.page.slide:is(#image_1,#image_2, #image_3) div.fp-tableCell section img{
	max-width:100%!important;
	max-height:calc(100vh - 12rem);
}

	
	@supports (-moz-appearance:none) {
		.page.slide:is(#image_1,#image_2,#image_3) div.fp-tableCell{
			padding:unset!important;
		}
		.page.slide:is(#image_1,#image_2,#image_3) div.fp-tableCell section img{
			max-width:100%!important;
		}
	}
}

@media(max-width:767px){
	.twentytwentyfour .page.slide section :not(:is(lottie-player)) {
			opacity:1;
		}
	@supports(-moz-appearance:none){
		.twentytwentyfour .page.slide section :not(:is(lottie-player)) {
			opacity:1;
		}
		
	}
	
}