.ltg-slide {
    height: 46vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide {
    /*height: 100% !important;*/
}

.ltg-slide picture img {
    height: 100%;
    vertical-align: bottom;
}

.ltg-slide-button-next,
.ltg-slide-button-prev {
    display: none;
}

@media screen and (max-width: 767px) {
    .ltg-slide {
        height: 126vw;
    }
}