.fluid-width-video-wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(52, 52, 67, 0.92);
    font-family: 'aktiv-grotesk', helvetica, arial, sans-serif;
}

.fluid-width-video-wrapper-overlay p.video-overlay-description {
    color: #fff;
    padding: 0 70px;
    font-family: inherit;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
    display: block;
}

.fluid-width-video-wrapper-overlay p.video-overlay-description::before {
    margin: 40px auto;
    font-size: 3em;
    content: "\e903";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    display: block;
}

.fluid-width-video-wrapper-overlay a.video-overlay-button,
.fluid-width-video-wrapper-overlay a.video-overlay-button:hover {
    color: #fff;
    background: #019AC0;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
    font-family: inherit;
    max-width: 30%;
    font-size: 0.9em;
    text-decoration: none;
}

@media only screen and (max-width:950px) {

    .fluid-width-video-wrapper-overlay p.video-overlay-description {
        padding: 0 30px;
    }

}

@media only screen and (max-width:950px) {

    .fluid-width-video-wrapper-overlay a.video-overlay-button,
    .fluid-width-video-wrapper-overlay a.video-overlay-button:hover {
        font-size: 0.8em;
    }

    .fluid-width-video-wrapper-overlay p.video-overlay-description {
        font-size: 0.75em;
        line-height: 1.8em;
    }

    .fluid-width-video-wrapper-overlay p.video-overlay-description::before {
        margin: 30px auto;
        font-size: 2.8em;
    }

}

@media only screen and (max-width:800px) {

    .fluid-width-video-wrapper-overlay a.video-overlay-button,
    .fluid-width-video-wrapper-overlay a.video-overlay-button:hover {
        max-width: 50%;
    }

    .fluid-width-video-wrapper-overlay p.video-overlay-description::before {
        margin: 20px auto;
        font-size: 2.5em;
    }

    .fluid-width-video-wrapper-overlay p.video-overlay-description {
        padding: 0 20px;
    }
}

@media only screen and (max-width:700px) {
    .fluid-width-video-wrapper-overlay p.video-overlay-description::before {
        margin: 10px auto;
        font-size: 2em;
    }
}

@media only screen and (max-width:460px) {
    .fluid-width-video-wrapper-overlay p.video-overlay-description::before {
        display: none;
    }
}

@media only screen and (max-width:400px) {

    .fluid-width-video-wrapper-overlay a.video-overlay-button,
    .fluid-width-video-wrapper-overlay a.video-overlay-button:hover {
        font-size: 0.7em;
        padding: 10px 20px;
        max-width: 70%;
    }

    .fluid-width-video-wrapper-overlay p.video-overlay-description {
        padding: 0 10px;
        font-size: 0.7em;
        line-height: 1.5em;
    }
}

@media only screen and (max-width:360px) {
    .fluid-width-video-wrapper-overlay a.video-overlay-button,
    .fluid-width-video-wrapper-overlay a.video-overlay-button:hover {
        font-size: 0.65em;
        padding: 5px 10px;
        max-width: 70%;
    }

    .fluid-width-video-wrapper-overlay p.video-overlay-description {
        padding: 0 5px;
        font-size: 0.65em;
        line-height: 1.5em;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}