.video-js {
    position: absolute;
}

.vjs-big-play-button {
    z-index: 101;
}
.vjs-big-play-top-left .vjs-big-play-button {
    top: 0%;
    left: 0%;
}

.vjs-big-play-top-right .vjs-big-play-button {
    top: 0%;
    left: 100%;
    margin-left: -3em;
}

.vjs-big-play-bottom-left .vjs-big-play-button {
    top: 100%;
    left: 0%;
    margin-top: -1.5em;
}

.vjs-big-play-bottom-right .vjs-big-play-button {
    top: 100%;
    left: 100%;
    margin-top: -1.5em;
    margin-left: -3em;
}

.outro-wrapper {
    display: none !important;
}

.vjs-watermark {
    position: absolute;
    display: inline;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

.vjs-control-bar {
    z-index: 100;
}

.vjs-watermark-img {
    position: absolute;
}

.vjs-default-skin .vjs-progress-control,
.vjs-default-skin .vjs-time-controls,
.vjs-default-skin .vjs-time-divider,
.vjs-default-skin .vjs-captions-button,
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-control,
.vjs-default-skin .vjs-fullscreen-control {
    /*display: none;*/
}

.vjs-timer {
    position: absolute;
    font-size: 20px;
}

.vjs-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 14px;
    /*color: #fff;*/
    z-index: 210;
}

.vjs-thumbnail {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 199;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vjs-cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.vjs-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 14px;
    /*color: #fff;*/
    z-index: 210;
}


.vjs-overlay .col-md-12:nth-child(2) {
    display: inline-block;
    width: auto !important;
    float: none;
    margin: 0 auto !important;
}

.vjs-overlay .col-md-12:nth-child(3) {
    display: inline-block;
    width: auto !important;
    float: none;
    margin: 0 auto !important;
}

.video-js p.resume-main {
    font-size: 20px;
    margin-top: -10px;
    padding-top: 0;
}

.video-js .resume-btn {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 15px;
    display: inline-block;
    color: #FFF;
    border-radius: 8px;
    border: 5px solid rgba(0,0,0,0.3);
    opacity: 1;
    width: 150px;
    text-decoration: none !important;
}

.video-js .resume-beginning {
    margin-top: 10px;
    background: #2ecc71;
}

.video-js .resume-skip {
    background: #3498db;
}

.video-js .resume-skip:before {
    font-size: 50px !important;
    position: relative;
    float: none;
    content: "\f116";
    top: 0px;
    left: 0;
    padding-left: 0;
    padding-right: 8px;
    padding-bottom: 10px;
    width: auto;
    height: auto;
    display: block;
    font-family: "VideoJS";
}

.video-js .resume-beginning:before {
    font-size: 50px !important;
    position: relative;
    float: none;
    content: "\f102";
    top: 0px;
    left: 0;
    padding-left: 0;
    padding-right: 8px;
    padding-bottom: 10px;
    width: auto;
    height: auto;
    display: block;
    font-family: "VideoJS";
}

.vjs-timer {
    padding: 7px 15px 9px 30px;
    font-size: 15px;
    font-weight: 600;
    width: auto;
    margin: 1em;
    border-radius: 50px;
    /*background: rgba(228, 0, 0, 0.5);*/
    background: rgba(0, 0, 0, 0.3);
    color: #f1f1f1;
}

.vjs-timer:before {
    position: absolute;
    content: "\f101";
    top: 0px;
    left: 5px;
    padding-left: 5px;
    padding-right: 8px;
    width: auto;
    height: 30px;
    line-height: 30px;
    display: block;
    font-family: "VideoJS";
}

#overlay-cta img {
    /* width: 100%; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    max-width: 100%;
}

.interactors a {
    padding: 0.5em 1em;
    margin: 5px 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer !important;
    transition: all 300ms ease;
}

.interactors a.active {
    opacity: 1;
    border-radius: 5px;
    position: relative;
}

.interactors a.active:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background: #288596;
    content: "";
}

.video-interactors .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.video-interactors .middle {
    display: table-cell;
    vertical-align: middle;
}

.video-interactors .inner {
    margin-left: auto;
    margin-right: auto;
}

.interactor-options {
    background-color: transparent !important;
    color: #FFF;
    padding: 0 2em !important;
    margin-top: 0px !important;
    width: 100%;
    display: inline-block;
}

.interactors {
    background-color: transparent !important;
    margin: 0 !important;
    text-align: center;
    padding: 0 1em;
}

.interactor-options .option__wrapper {
    padding: 0 !important;
}

.video-holder {
    padding: 1.5em 1em;
    background: #383838;
    border-radius: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em;
    position: relative;
}

.interactor-type-button {
    margin-bottom: 7.5em;
}

.interactor-button-border {
    margin-bottom: -60px;
}

.video-interactors.has-interactors {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.skip-btn,.skip-btn:hover {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 4px 10px 4px 14px;
    color: #FFF;
    font-family: sans-serif;
    cursor: pointer;
}

.optin-form.lc-optin-form {
    height: 272px;
    background: transparent;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: -136px auto 0;
    padding: 3em;
}

.optin-form.lc-optin-form input, .optin-form.lc-optin-form button {
    width: 100%;
    padding: 10px 12px;
    border: 0px;
    margin: 0.2em 0;
    border-radius: 2px;
}

.optin-form .headline h2 {
    font-size: 24px !important;
    font-family: Arial;
}

.optin-form .fields {
    margin-top: 20px;
}

/*.vjs-control-bar { background: #FFFF00 !important; }*/
/*.vjs-play-progress { background: #FF0000 !important; }*/

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

    .vjs-content h2 {
        font-size: 20px;
        padding: 0 40px;
    }


    .optin-form.lc-optin-form {
        position: absolute;
        bottom: 0;
        top: auto;
    }
}

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

    .optin-form.lc-optin-form {
        padding: 0 50px 8px 10px;
        position: absolute;
        bottom: 0;
        height: auto;
        top: auto;
    }

    .optin-form.lc-optin-form .fields input {
        width: 100%;
        border-radius: 0px;
        border: 1px solid #DDD;
    }

    .vjs-content h2 {
        font-size: 17px;
        padding: 0 40px;
    }

}

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

    .video-js p.resume-main {
        font-size: 22px;
        padding: 0 10px;
    }

    .video-js .resume-btn {
        padding: 0px 10px;
        font-size: 18px;
        width: 100%;
        height: 33px;
        border: 0 !important;
        line-height: 33px;
    }

    .video-js .resume-btn:before {
        float: left;
        font-size: 18px !important;
    }
    
}

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

    .video-js p.resume-main {
        font-size: 13px;
        padding: 0 10px;
    }

    .video-js .resume-btn {
        padding: 0px 10px;
        font-size: 10px;
        width: 100%;
        height: 22px;
        border: 0 !important;
        line-height: 21px;
    }

    .video-js .resume-btn:before {
        float: left;
        font-size: 14px !important;
    }

}

.video-text-label {
  font-size: 22px;
  margin-bottom: 10px;
}

#annotations {
    position: absolute;
    padding: 5px 10px;
    font-size: 16px;
    left: 0;
    top: 0;
}