html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0; }

.hidden {
  display: none; }

#adContainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  background-color: #ebe5d9;
  cursor: pointer; }

#border {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  border: 1px solid #000; }

img {
  position: absolute;
  top: 0;
  left: 0; }

.bg {
  top: -45px;
  left: -364px;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.tune-in {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  background-repeat: no-repeat;
  background-image: url(../images/tune-in-june.png); }

.thursday .tune-in {
  background-image: url(../images/tune-in-thursday.png); }

.now .tune-in {
  background-image: url(../images/tune-in-now.png); }

.cta {
  position: absolute;
  top: 51px;
  left: 544px;
  width: 99px;
  height: 21px;
  cursor: pointer;
  z-index: 11;
  background-repeat: no-repeat;
  background-image: url(../images/cta-watch-trailer.png);
  background-position: left top; }

.cta:hover {
  background-position: left bottom; }

.thursday .cta {
  left: 573px; }

.now .cta {
  left: 574px; }
