#make-the-number-work-rich-text .cta-banner {
    align-items: center;
    min-height: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 960px) {
    #make-the-number-work-rich-text .cta-banner {
        justify-content: space-between;
    }
}

#make-the-number-work-rich-text .banner-text {
    background: #0a0a0a;
    color: #fff;
    font-family: "interstate-compressed", sans-serif;
    font-size: calc(1rem + 3vw);
    font-weight: 800;
    line-height: 80%;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (max-width: 600px) {
    #make-the-number-work-rich-text .cta-banner h3 {
        max-width: 100%;
    }
}

#make-the-number-work-rich-text .cta-banner h3 {
    margin: 1rem 1rem 1.3rem !important;

}

#make-the-number-work-rich-text .banner-text:before {
    background: url(https://cdn.media.amplience.net/i/ufa/2-black.png) transparent no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 959px) {
    #make-the-number-work-rich-text .banner-text {
        margin: 2rem 2rem 1rem !important;
        white-space: break-spaces;
    }

    #make-the-number-work-rich-text .banner-text .button {
        margin: 0 2rem 2rem !important;
    }
}


#rich-text-ray-klassen .video-quote-container {
    display: flex;
    margin-bottom: 3rem;
}

#rich-text-ray-klassen .video-quote-container .quote1 {
    width: 50%;
    background: #a94700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}

#rich-text-ray-klassen .video-quote-container .quote1 p {
    color: white;
    width: 66%;
    text-align: left;
    font-size: 1.4rem;
}

#rich-text-ray-klassen .video-quote-container .quote1 p:first-of-type {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

#rich-text-ray-klassen .video-quote-container .quote2 {
    width: 50%;
    padding-top: 30%;
    position: relative;
}

#rich-text-ray-klassen .video-quote-container .video {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#rich-text-ray-klassen .video-quote-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

#rich-text-ray-klassen .video-quote-container .video .timestamp {
    position: absolute;
    background: black;
    bottom: 0;
    right: 2rem;
    padding: 0.15rem 0.25rem;
}

#rich-text-ray-klassen .video-quote-container .video .timestamp p {
    color: white;
    margin-bottom: 0px;
}

#rich-text-ray-klassen .parent-container-1,
#rich-text-ray-klassen .parent-container-2 {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;

}

#rich-text-ray-klassen .video-container-1,
#rich-text-ray-klassen .video-container-2 {
    width: 60%;
    height: 60%;
    max-width: 800px;
    max-height: 659px;
}

@media (max-width: 767px) {
    #rich-text-ray-klassen .video-container-1, #rich-text-ray-klassen .video-container-2 {
        width: 80%;
       height: 30%;
    }
}

#rich-text-ray-klassen .close-button {
    text-align: end;
    cursor: pointer;
    color: #fff;
}

#rich-text-ray-klassen iframe {
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 767px) {
    #rich-text-ray-klassen .video-quote-container {
        flex-direction: column;
    }
    #rich-text-ray-klassen .video-quote-container .quote1{
        width:100%;
    }
    #rich-text-ray-klassen .video-quote-container .quote2 {
        width:100%;
    }
    #rich-text-ray-klassen .video-quote-container .quote2{
        padding-top:50%;
    }
}

@media only screen and (max-width: 1000px){
    #rich-text-ray-klassen .video-quote-container .quote1 p {
    font-size: .875rem;
    width: 80%;
    }
    #rich-text-ray-klassen .video-quote-container .quote1 p:first-of-type {
    font-size: 1.25rem;
    }
}

#rich-text-ray-klassen {
    .col-md-12 {
        padding: 0;
    }
}