﻿/* Galllery CSS */

.mySwiper03 .swiper-slide{
    width: 8.125rem;
}

.gallery-carousel-img{
    object-fit: cover;
    height: 51.25rem;
    width: 100%;
}

@media (max-width: 991px){

    .gallery-carousel-img{
        height: 31.25rem;
    }

}
@media (max-width: 390px){
    .gallery-carousel-img{
        height: 15rem;
    }
    .mySwiper03 .swiper-slide{
        width: 5rem;
        height: 3rem;
    }
}