.main-full-width-carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-height: 50vh;
    &:lang(ar) {
        right: 50%;
        transform: translateX(50%);
    }
}
.carouselbanner-component-figure {
    margin: 0;
}
.carouselbanner-component-figure img,
.carouselbanner-component-figure video {
    width: 100%;
}
.main-full-width-carousel .image-tiles-heading {
    font-size: 23px;
    font-weight: var(--font-semibold);
    padding-bottom: 2%;
    padding-top: 2%;
    line-height: 19px;
    text-align: center;
}
.main-full-width-carousel .slick-next {
    right: 3%;
    font-size: 20px !important;
    font-weight: var(--font-semibold);
}
.main-full-width-carousel .slick-prev {
    left: 3%;
    font-size: 20px !important;
    font-weight: var(--font-semibold);
}
.main-full-width-carousel .slick-dots button:focus {
    outline: 0 none;
}
.main-full-width-carousel .slick-next:focus,
.main-full-width-carousel .slick-prev:focus {
    outline: none !important;
}

.main-full-width-carousel .slick-track {
    display: flex !important;
}
.main-full-width-carousel .slick-slide {
    height: inherit;
}
.main-full-width-carousel .custom-homepage-carousel:not(.slick-initialized) {
    flex-wrap: wrap;
}
.main-full-width-carousel .custom-homepage-carousel:not(.slick-initialized) .slick-track .experience-assets-imageAndText:not(.slick-slide):not(:first-child) {
    display: none;
}
.experience-layouts-fullwidthcarousel .video--playwrap video {
    width: 100%;
    margin: 0 auto;
}
.experience-layouts-homepagemaincarousel .video--playwrap {
    background-color: rgb(0, 0, 0);
}
.experience-layouts-homepagemaincarousel .video--playwrap video {
    width: auto;
    margin: 0 auto;
}
.experience-layouts-fullwidthcarousel .experience-assets-videotile .cms__banner {
    margin-bottom: 15px;
}
.main-full-width-carousel .slick-dots {
    margin-top: 1rem !important;
}
.main-full-width-carousel .custom-homepage-carousel:not(.slick-initialized) .experience-component:not(:first-child) {
    display: none;
}
@media (max-width: 860px) {
    .main-full-width-carousel .slick-track {
        max-height: 30vh;
    }
    .main-full-width-carousel .custom-homepage-carousel:not(.slick-initialized) .experience-component:not(:first-child) {
        display: none;
    }
}
.main-full-width-carousel .slick-arrow {
    color: var(--color-black);
}
@media (max-width: 480px) {
    .main-full-width-carousel .slick-track {
        max-height: 60vh;
    }
    .main-full-width-carousel .slick-slide {
        max-height: 200px !important;
    }
    .main-full-width-carousel  {
        padding-bottom:1rem;
    }
}
.main-full-width-carousel .slick-next:lang(ar) {
    left: 3% !important;
}
.main-full-width-carousel .slick-prev:lang(ar) {
    right: 3% !important;
}
@media (max-width: 768px) { 
    .main-full-width-carousel{
        max-height: 40vh;
    }
}