.vnbt-gallery {
    width: 100%;
}

.vnbt-gallery .swiper-wrapper {
    align-items: stretch;
}

.vnbt-gallery .swiper-slide {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.vnbt-gallery .swiper-slide img.vnbt-gallery-image {
    width: 100%;
    height: 100%;
    display: block;

    border-radius: 40px;

    object-fit: cover;
    object-position: center center;
}