﻿.myGallery {
    width: 100%;
    overflow: hidden;
}

    .myGallery .swiper-slide {
        height: 400px;
    }

    .myGallery img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #f8f9fa;
        border-radius: 15px;
    }

