/* --- STAGE --- */
.content-stage--image .content-stage__text {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: calc( -3rem - 40px );
    box-shadow: inset 0 0 0 1px #EDEDED;
}
.content-stage__breadcrumb {
    position: absolute;
    z-index: 2;
}
.content-stage__breadcrumb .icon-angle-right {
    font-size: 1.2rem;
    position: relative;
    line-height: 0;
    top: 1px;
}
.breadcrumb-darken .content-stage__img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);;
    z-index: 1;
}
.content-stage__video {
    object-fit: cover;
}
.content-stage :has(.video__wrapper-mobile) .video__wrapper-desktop {
    display: none;
}
.content-stage__img {
    overflow: hidden;
}
.content-stage__img img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* --- TABLET (MD) --- */
@media (min-width: 768px) {
    .content-stage__content {
        position: relative;
    }
    .content-stage__position-0,
    .content-stage__position-2 {
        justify-content: flex-end;
    }
    .content-stage__position-2,
    .content-stage__position-3 {
        align-content: flex-start;
    }
    .content-stage--image .content-stage__text {
        margin-top: 0;
        box-shadow: none;
        position: relative;
    }
    .content-stage--image .content-stage__text--1 {
        background: rgba(255,255,255,.5);
    }
    .content-stage--image .content-stage__text--2 {
        background: transparent;
    }
    .content-stage--image .content-stage__text--3 {
        background: transparent;
        color: #fff;
    }
    .content-stage--image .content-stage__text--3 .subline {
        color: #fff;
    }
    .content-stage__row {
        padding-bottom: 3rem
    }
    .content-stage--image .row {
        position: absolute;
        left: 20px;
        top: 0;
        right: 20px;
        bottom: 0;
    }
    .content-stage__position-2,
    .content-stage__position-3 {
        align-content: flex-end;
    }
}

/* --- DESKTOP (LG) --- */
@media (min-width: 992px) {
    .content-stage--image .content-stage__text {
        padding: 40px;
    }
    .content-stage__video.content-stage__slim {
        aspect-ratio: 3/1;
    }
    .content-stage:has(.content-stage__slim) .content-stage__img, div:has( > .content-stage__video) {
        aspect-ratio: auto;
    }
    .content-stage :has(.video__wrapper-mobile) .video__wrapper-desktop {
        display: initial;
    }
    .video__wrapper-mobile {
        display: none;
    }
}

/* --- DESKTOP (XL) --- */
@media (min-width: 1200px) {
    .content-stage__position-0,
    .content-stage__position-1,
    .content-stage__position-2,
    .content-stage__position-3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* --- DESKTOP (XXL) --- */
@media (min-width: 1440px) {
    .content-stage__position-0,
    .content-stage__position-1,
    .content-stage__position-2,
    .content-stage__position-3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
