.block {
    display: block;
}

.posabs {
    position: absolute;
}

.video-overlay .wide-image {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 100%;
}

.video-overlay .custom-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.video-overlay .custom-video .innerWrapper {
    width: 100%!important;
    height: 100%!important;
}

.video-overlay .text-container {
    position: absolute;
    z-index: 3;
    cursor: default;
    top: 0;
    left: 0;
}

.video-overlay .text-container,
.video-overlay .text-container p {
    color: #eee;
}

.video-overlay .overlay-btn,
.video-overlay .text-container .blurb {
    -webkit-text-shadow: 0 0 15px #222;
    -moz-text-shadow: 0 0 15px #222;
    text-shadow: 0 0 15px #222;
}

.video-overlay .video-container .overlay-btn {
    display: none;
    position: absolute;
    bottom: 5%;
    left: 20px;
    z-index: 2;
}

.video-overlay .text-container .title {
    font-size: 3.5em;
    font-family: PostoniTitling, Georgia;
    line-height: 1em;
}

.video-overlay .text-container .blurb {
    font-size: 1.4em;
    line-height: 1.3em;
    font-family: FranklinITCProThin, Helvetica, sans-serif;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}

.video-overlay .overlay-btn,
.video-overlay .text-container .blurb span {
    font-family: FranklinITCProBold, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.video-overlay .overlay-btn,
.video-overlay .text-overlay {
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.video-overlay .overlay-btn {
    display: inline-block;
    background-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    border-radius: 4px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    white-space: nowrap;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 14px 20px;
    text-shadow: none;
    cursor: pointer;
}

.video-overlay .overlay-btn:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

.video-overlay .overlay-btn i {
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
}

.video-overlay .overlay-btn,
.video-overlay .text-container {
    -webkit-transition: background-color .5s ease-out, color .5s ease-out;
    -moz-transition: background-color .5s ease-out, color .5s ease-out;
    -o-transition: background-color .5s ease-out, color .5s ease-out;
    transition: background-color .5s ease-out, color .5s ease-out;
}

.video-overlay.playing .text-container,
.video-overlay.playing .wide-image {
    z-index: -1;
}

.video-overlay.played .text-container {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
}

.video-overlay .display-later {
    display: none;
}

.video-overlay.played .display-later {
    display: inherit;
}

.video-overlay.played .end-screen-overlay {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    text-align: center;
    top: 40%;
}

.end-screen-overlay p {
    font-family: FranklinITCProRegular, Helvetica, sans-serif;
    color: #eee;
    margin-top: 12px;
    margin-bottom: 0;
}

.end-screen-overlay .scroll-btn {
    margin-top: 12px;
}

.video-overlay.mobile .overlay-btn,
.video-overlay.mobile .text-container .blurb {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.video-overlay.mobile .text-container {
    position: relative;
}

.video-overlay.mobile .text-container,
.video-overlay.mobile .text-container p {
    color: #222;
}

.video-overlay.mobile .text-container .blurb {
    font-size: 1.3em;
    line-height: 1.25em;
}

.ptv-button .fa-play,
.ptv-promo-play-prompt {
    margin-right: 5px;
}

.mobile .hide-on-mobile,
.mobile .video-overlay .played .display-later,
.video-overlay .display-later,
.video-overlay .overlay-btn.hide-on-mobile,
.video-overlay.played .text-container .text-overlay {
    display: none;
}

@media(min-width:1200px) {
    .video-overlay .text-container .blurb {
        font-size: 1.5em;
    }
}

@media(max-width:980px) {
    .end-screen-overlay {
        top: 36%;
    }
    .end-screen-overlay p {
        line-height: 1.2em;
    }
}

@media(max-width:768px) {
    .mobile .ptv-button {
        position: absolute;
        bottom: 5%;
        z-index: 1000;
        left: 3%;
        background-color: rgba(0, 0, 0, .6);
        color: #fff;
        padding: 15px 20px;
        border-radius: 4px;
        webkit-border-radius: 4px;
        -moz-border-radius: 4px
    }
    .mobile .end-screen-overlay {
        display: none !important;
        top: 30%;
    }
    .video-overlay {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mobile .video-overlay .wide-image {
        margin-left: 0;
        margin-right: 0;
        display: none !important;
    }
    .video-overlay .text-container {
        width: 100%;
        left: 4% !important;
        top: 77% !important;
    }
    .video-overlay .text-container .title {
        width: 100%;
        font-family: PostoniDisplay, Georgia;
        font-size: 3em;
    }
    .video-overlay .overlay-btn,
    .video-overlay .text-container .blurb {
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
    }
    .video-overlay .text-container,
    .video-overlay .text-container p {
        color: #222;
    }
    .mobile .video-overlay .text-container .overlay-btn,
    .mobile .video-overlay.played .video-container .overlay-btn,
    .mobile .video-overlay.playing .video-container .overlay-btn {
        display: none;
    }
    .mobile .video-overlay.played .text-overlay,
    .mobile .video-overlay:not(.playing) .video-container .overlay-btn:not(.hide-on-mobile) {
        display: block!important;
    }
    .mobile .video-overlay.playing .text-container {
        z-index: 1;
    }
    .mobile .video-overlay.played .text-container {
        background-color: transparent;
        display: none!important;
    }
    .video-overlay.played .end-screen-overlay {
        top: 20%;
    }
    .mobile.video-overlay .custom-video {
        position: relative;
    }
}