.image-carousel-5-items-block img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.image-carousel-5-items-block .content-wrapper{
    margin: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 720px;
    position: relative;
}

.image-carousel-5-items-block .text-wrapper{
    position: relative;
    color: var(--white);

    
}

@media screen and (max-width:1280px) {

    .image-carousel-5-items-block .content-wrapper {
        height: 630px !important;
    }

}

@media screen and (max-width:599px) {

    .image-carousel-5-items-block .content-wrapper {
        height: 450px !important;
        padding: 2rem;
    }

}

