/* Add custom CSS styles below */ 
.swiper-lazy-wrap.w-full.relative.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active.swiper-slide-next {
    height: 100vh;
}
img.flying-obj.spinning-obj.lazy.max-h-60.loaded {
    max-width: none;
    max-height: none;
}
.mb-4.md\:mb-0 {
    width: 100%;
    height: 100%;
    max-width: 600px;
    align-content: center;
}
img.s-product-card-image-cover.lazy__bg.lazy_img.lazy.loaded {
    aspect-ratio: 4 / 5 !important;
}









@media (max-width: 767px) {
.mb-4.md\:mb-0 {
    width: 100%;
    height: 100%;
    align-content: center;
}
  img.w-full.object-contain.lazy.loaded {
    height: 40%;
    object-fit: cover;
}