
.e20.carousel {
    height: 75vh;
}

    .e20.carousel .carousel-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .e20.carousel.carousel-slider .carousel-fixed-item {
        bottom: 50%;
    }

    .e20.carousel.carousel-slider .carousel-fixed-item .btn-floating {
        margin: 0 50px;
    }

@media only screen and (max-width : 992px) {
    .e20.carousel {
        min-height: calc(100vh - 100px);
    }

    .e20.carousel.carousel-slider .carousel-fixed-item {
        display: none;
    }
}