html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

.hidden {
    display: none;
}

.ad-container {
    position: relative;
    width: 160px;
    height: 600px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #000;
    background: black;
}

.ad-exit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg {
    position: absolute;
    top: -301px;
    left: -81px;
    transform-origin: center;
}

.tt {
    position: absolute;
    top: 64px;
    left: 3px;
}

.tune-in {
    position: absolute;
    top: 464px;
    left: 8px;
    width: 142px;
    height: 33px;
    background: url(images/tune-in-april.png) no-repeat;
}

.friday .tune-in { background-image: url(images/tune-in-friday.png); }
.tonight .tune-in { background-image: url(images/tune-in-tonight.png); }
.now .tune-in { background-image: url(images/tune-in-now.png); }

.cta {
    position: absolute;
    top: 505px;
    left: 8px;
}

.legal {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

