/* Block Text And Media */
.block-text-and-media {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.full-image-padding {
    padding: 0;
}

    .block-text-and-media img {
        border-radius: 15px;
        object-fit: cover; 
    }

    .block-text-and-media video {
        border-radius: 15px;
    }

.palette-01 {
    background-color: #0779B8;
    color: white;
}

    .palette-01 p a {
        color: #F9B233;
    }

    .palette-01 h2 {
        color: white;
        margin-bottom: 30px;
    }

.palette-02 {
    background-color: white;
}

    .palette-02 h2 {
        color: #F9B233;
        margin-bottom: 30px;
    }

.full-image-left {
    position: relative;
    padding: 0;
}

.full-image-right {
    position: relative;
    padding: 0;
}

    .full-image-left img {
        border-radius: 0px;
        max-width: 125%;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
    }
    .full-image-right img {
        border-radius: 0px;
        max-width: 125%;
        position: absolute;
        top: 0;
        right: -150px;
        height: 100%;
    }

.text-at-left {
    display: flex;
/*    padding: 20px 50px 20px 0px;*/
}
.text-at-right {
    display: flex;
/*    padding: 20px 0px 20px 50px;*/
}

    .text-at-left p,
    .text-at-right p {
        margin-top: 10px;
    }

.cta {
    margin-top: 15px;
}

.cta-nodesc {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .container-mobile-fullwidth {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .container-text {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .text-at-right {
        display: flex;
        padding-top: 50px;
    }

    .text-at-left {
        margin-bottom: 20px
    }

    .full-image-left {
        position: inherit;
        transform: none;
        padding: 0;
/*        margin-bottom: -80px;*/
    }

    .full-image-right {
        position: inherit;
        padding: 0;
        margin-top: 10px;
/*        margin-bottom: -80px;*/

    }

        .full-image-left img,
        .full-image-right img {
            width: 100vw;
            position: inherit;
        }
}

.block-text-and-media .play-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    background: url(../img/play-white.svg) center/77px no-repeat;
    overflow: hidden;
    text-indent: -2000px;
}

.container-text {
    padding-top: 70px;
    padding-bottom: 70px;
}


