/* SWIPER */

.swiper-hero .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 1rem;
}

@media (width < 468px) {

    .swiper-hero .swiper-wrapper .swiper-slide a img {
        height: 350px;
    }
}