html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

svg, path {
    fill: #f7de14;
}

.hidden {
    display: none;
}

.visible {
    opacity: 1 !important;
}

/* DEBUG
 [class*="-exit"] {
    background-color: rgba(255,0,0,0.25);
 }
 -------------------------------------------------------------------*/


/* AD CONTAINER
 -------------------------------------------------------------------*/
.ad-container {
    position: relative;
    width: 728px;
    height: 90px;
    cursor: pointer;
}


/* AD PANEL
 -------------------------------------------------------------------*/
.ad-panel {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 728px;
    height: 90px;
    border: 1px solid #000;
    background-color: black;
}

.open-action {
    display: none !important;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
}

.ad-exit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.user-video .ad-exit {
    height: calc(100% - 110px);
}

.hover {
    position: relative;
}

.background, .hover img {
    position: absolute;
    top: -8px;
    left: -65px;
    transform: scale(0.893252);
    transform-origin: 589px 57px;
}

.foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tune-in {
    position: absolute;
    bottom: 14px;
    left: 133px;
    width: 211px;
    height: 24px;
    background: url(images/tune-in-monday.png) no-repeat;
}

.tomorrow .tune-in   { background-image: url(images/tune-in-tomorrow.png); }
.tonight .tune-in    { background-image: url(images/tune-in-tonight.png); }
.new-monday .tune-in { background-image: url(images/tune-in-new.png); }

.producer {
    position: absolute;
    top: 5px;
    left: 30px;
}

.osr {
    position: absolute;
    top: 13px;
    left: 20px;
}

.host {
    position: absolute;
    top: 56px;
    left: 45px;
}

.nat-geo {
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.cta {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 76px;
    height: 86px;
    background: url(images/cta.png) no-repeat left top;
}

.ad-container:hover .cta {
    background-position: left bottom;
}


/* VIDEO PANEL
 -------------------------------------------------------------------*/
.video-panel {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 300px;
    height: 250px;
    background-color: black;
}

.video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
}

.close-action {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
}
