.featured-side-by-side-fullwidth {
    margin-bottom: 50px;
}
.featured-side-by-side-fullwidth .inner {
    position: relative;
}
.featured-side-by-side-fullwidth.full-width .slides {
    padding-left:0;
    padding-right: 20px;
}
.featured-side-by-side-fullwidth .slide .content-section {
    padding-left: 20px;
}
.featured-side-by-side-fullwidth .slide .mask-top {
        content: '';
        background-image: url(/includes/public/assets/shared/one-up-mask.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top left;
        position: absolute;
        left: 0px;
        top: -2px;
        width: 100%;
        height: 105px;
        transform: scaleY(-1) translateY(-100%);
        transform-origin: top;
        pointer-events: none;
        z-index: 1;
}
.featured-side-by-side-fullwidth .slide .mask-bottom {
    content: '';
    background-image: url(/includes/public/assets/shared/one-up-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom left;
    position: absolute;
    right: 0px;
    bottom: -2px;
    width: 100%;
    height: 105px;
    pointer-events: none;
}

.featured-side-by-side-fullwidth .content-section .inner .title-cont h2 {
    font-family: 'monotype-grotesque', sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #212b38;
    margin-bottom: 0;
}
.featured-side-by-side-fullwidth .slide .content-section .inner h4,
.featured-side-by-side-fullwidth .slide .content-section .inner h4 a {
    font-family: 'Windsor W01 Bold';
    font-size: 30px;
    font-weight: bold;
    color: #212b38;
    line-height: 1.2em;
    margin-bottom: 11px;
}
.featured-side-by-side-fullwidth .slide .content-section .inner p {
    font-family: 'monotype-grotesque', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212b38;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.featured-side-by-side-fullwidth .slide .content-section .inner .read-more {
    display: block;
    font-family: 'monotype-grotesque', sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: .05em;
    width: fit-content;
    margin-top: 0;
    padding: 0;
    margin-bottom: 6px;
    transition: border-radius ease 0.6s;
    color: #26889f;
    background-color: transparent;
    text-decoration: underline;
}
.featured-side-by-side-fullwidth .slide .content-section .inner .read-more i {
    font-size: 11px;
}
.shared-play-button i{
    padding-left: 4px;
}
@media (min-width: 40em) {
    .featured-side-by-side-fullwidth .slide .mask-top {
        height: 75px;
        width: calc(50% + 2px);
    }
    .featured-side-by-side-fullwidth .slide .mask-bottom {
        bottom: -5px;
        height: 75px;
    }
    .featured-side-by-side-fullwidth {
        margin-bottom: 93px;
        padding-top: 55px;
    }
    .featured-side-by-side-fullwidth.active .slide .content-section {
        opacity: 1;
    }
    .featured-side-by-side-fullwidth .slide .content-section {
        opacity: 0;
        transition: opacity ease 1.6s;
    }
    .featured-side-by-side-fullwidth .slide .img-cont:hover img {
        transform: scale(1.05);
        transition: transform ease-out 5s;
    }
    .featured-side-by-side-fullwidth .slide .img-cont img {
        transform: scale(1);
        transition: transform ease-out 1.5s;
    }
}

@media (min-width: 64em) {
    .featured-side-by-side-fullwidth .slide .mask-top {
        height: 105px;
    }
    .featured-side-by-side-fullwidth .slide .mask-bottom {
        height: 105px;
    }
    .featured-side-by-side-fullwidth .slide .content-section {
        justify-content: space-evenly;
    }
    .featured-side-by-side-fullwidth .slide .content-section .inner {
        padding-left: 53px;
    }
    .featured-side-by-side-fullwidth .content-section .inner .title-cont h2 {
        font-size: 25px;
        margin-bottom: -3px;
    }
    .featured-side-by-side-fullwidth .slide .content-section .inner h4,
    .featured-side-by-side-fullwidth .slide .content-section .inner h4 a {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .featured-side-by-side-fullwidth .slide .content-section .inner p {
        font-size: 18px;
    }
    .featured-side-by-side-fullwidth .slide .content-section .inner .read-more {
        font-size: 18px;
    }
    .featured-side-by-side-fullwidth .slide .content-section .inner .read-more i {
        font-size: 11px;
    }   
}