.slider-gallery {
}

.mySwiper-gallery {
}

.mySwiper-gallery .swiper-slide {
    overflow: hidden;
    height: 207px;
    border-radius: 4px;
}

.mySwiper-gallery .swiper-slide img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.next-gallery,
.prev-gallery {
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #1B4580;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    margin: 0 6px;
    left: auto !important;
    right: auto !important;
}

.next-gallery:before,
.prev-gallery:before,
.next-gallery:after,
.prev-gallery:after {
    display: none;
}

.next-gallery {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M0.994508 5.26255C0.702933 5.55806 0.705052 6.03293 0.999241 6.3232L5.79332 11.0534C6.08751 11.3437 6.56236 11.3394 6.85394 11.0439C7.14551 10.7484 7.14339 10.2735 6.8492 9.98327L2.5878 5.77864L6.81134 1.49808C7.10291 1.20256 7.10079 0.727696 6.80661 0.437426C6.51242 0.147156 6.03756 0.151405 5.74599 0.446916L0.994508 5.26255ZM16.2623 4.90626L1.52384 5.03813L1.53053 6.53812L16.269 6.40624L16.2623 4.90626Z' fill='white'/%3E%3C/svg%3E");
}

.prev-gallery {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none' transform='scale(-1, 1)'%3E%3Cpath d='M0.994508 5.26255C0.702933 5.55806 0.705052 6.03293 0.999241 6.3232L5.79332 11.0534C6.08751 11.3437 6.56236 11.3394 6.85394 11.0439C7.14551 10.7484 7.14339 10.2735 6.8492 9.98327L2.5878 5.77864L6.81134 1.49808C7.10291 1.20256 7.10079 0.727696 6.80661 0.437426C6.51242 0.147156 6.03756 0.151405 5.74599 0.446916L0.994508 5.26255ZM16.2623 4.90626L1.52384 5.03813L1.53053 6.53812L16.269 6.40624L16.2623 4.90626Z' fill='white'/%3E%3C/svg%3E");
}


.next-gallery:hover,
.prev-gallery:hover {
    background-color: #102d56;
}

@media (max-width: 767px) {
    .mySwiper-gallery {
        overflow: visible;
    }

    .mySwiper-gallery .swiper-slide {
        width: 270px;
    }
}