@media(max-width: 767px) {
    .myImageSlider {
        padding-left: 24px;
    }
    .myImageSlider .swiper-slide img{
        min-height: 390px !important;
        height: 100%;
        object-fit: cover;
        border-radius: 13px;
    }
}