/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 10:37:01 */
.html-flip-box-front img {
position:absolute;
width:100%;
height:100%;
object-fit:cover;	
}
@media only screen and (max-width: 700px) {
.html-all-f-wrap { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 500px) {
.html-all-f-wrap { grid-template-columns: repeat(1, 1fr); }
}


