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: 728px;
    height: 90px;
    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: -46px;
    left: -352px;
    transform-origin: center;
    width: 1456px;
    height: 180px;
    background: url(images/bg_v2.jpg) no-repeat;
}

.now .bg {
    background: url(images/bg_now.jpg) no-repeat;
}

.tt {
    position: absolute;
    top: 10px;
    left: 21px;
}

.now .tt {
    left: 17px;
}

.tune-in {
    position: absolute;
    top: 29px;
    left: 374px;
    width: 171px;
    height: 31px;
    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: 29px;
    left: 558px;
}

.now .cta {
    left: 564px;
}

.legal {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

