@media (max-width: 1199px) {
    .MobileOnly {
        display: flex
    }

    .vr5-product-card .feature-image.h-300 {
        height: auto;
    }
}
@media (max-width: 500px) {
 

    .vr5-product-card .feature-image.h-300 {
        height: auto;
    }
    .preloader img {
        padding: 20px !important;
    }
}
