@font-face {
    font-family: tiemposheadline_web;
    src: url(/static/site/fonts/tiempos/tiempos-headline-web-bold.woff2) format("woff2"), url(/static/site/fonts/tiempos/tiempos-headline-web-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

body {
    margin: 0
}

.video-js {
    -webkit-font-smoothing: antialiased;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.video-js,
.video-js button,
.vjs-menu .vjs-menu-content {
    font-family: trade-gothic-next, "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.video-js button {
    font-size: .75rem;
    font-weight: 700
}

@media(min-width:768px) {
    .video-js button {
        font-size: .875rem
    }
}

.video-js .vjs-control-bar {
    height: 100px;
    padding-top: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
}

.video-js .vjs-progress-holder {
    height: 10px;
    border-radius: 5px
}

.video-js .vjs-slider {
    background: rgba(80, 100, 120, .4)
}

.video-js .vjs-load-progress {
    border-radius: 5px;
    overflow: hidden;
    background: rgba(80, 100, 120, .6)
}

.video-js .vjs-load-progress div {
    background: rgba(80, 100, 120, .6)
}

.video-js .vjs-play-progress {
    background: #f04e23;
    border-radius: 5px
}

.video-js .vjs-play-progress:before {
    font-size: 16px;
    right: -8px;
    top: -3px
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 3em;
    line-height: 60px
}

.video-js .vjs-volume-bar {
    margin: 2.75em .45em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 4px
}

.video-js .vjs-volume-level:before {
    font-size: 12px
}

.vjs-menu-button-popup .vjs-menu {
    bottom: 60px;
    margin-bottom: 0
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    bottom: 0
}

.vjs-menu li {
    padding: .5em 0
}

.video-js .vjs-control {
    width: 6em
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-tech:focus {
    outline: 0
}

.video-js .vjs-big-play-button {
    border: 0;
    top: auto;
    bottom: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 60px;
    left: 30px;
    border-radius: 50%;
    background: #f04e23
}

.video-js .vjs-big-play-button:hover {
    background: #f04e23
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: #f04e23;
    transition: all .25s;
    height: 100px;
    width: 100px;
    font-size: 75px;
    line-height: 100px
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
    width: 13em
}

div.vast-skip-button {
    background: rgba(20, 30, 40, .75);
    border: 0;
    bottom: 80px;
    padding: 1.25rem;
    font-size: 1rem
}

.vjs-ad-playing .vjs-quality-selector {
    display: none
}

.vjs-poster {
    background-size: cover
}

.title-overlay-container {
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 10, 20, .5) 0, rgba(0, 10, 20, 0) 50%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10
}

.title-overlay-container span {
    position: relative;
    font-size: 1.25rem;
    font-family: tiemposheadline_web, serif;
    font-weight: 700;
    padding: 25px 30px 0;
    display: inline-block;
    line-height: 1.25;
    text-shadow: 2px 2px 4px rgba(0, 10, 20, .5)
}

@media(min-width:768px) {
    .title-overlay-container span {
        font-size: 1.375rem
    }
}

.video-js .vjs-tech[loop] {
    object-fit: cover;
}