body,
body * {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
div,
img,
video {
  position: absolute;
}
#container {
  width: 160px;
  height: 600px;
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #d4d4d4;
  
}

#background{
  background-image: url("../images/background.jpg");
  width: 160px;
  height: 600px;
  
}

#ctaOV {
  z-index: 2;
  display: none;
}

#cta {
  z-index: 2;
    top: 187px;
    left: 160px;
    opacity: 0;
}

#arrow {
  position: absolute;
  top: 10px;
  left: 140px;
  z-index: 310;
  height:12px;
  width: 12px;
  display: none;
  opacity: 0;
}

#screens {
  z-index: 2;
  left: 334px;
  top:293px;
}

#screens_Blur {
  z-index: 3;
  opacity: 0;
  left:334px;
}

#nfl_network {
  position: absolute;
  top:165px;
  left:334px;
  z-index: 3;
}

#redzone {
  position: absolute;
  top:165px;
  left:334px;
  z-index: 3;
}

#text1 {
  position: absolute;
  top:240px;
  left:7px;
  z-index: 3;
  opacity: 0;
}

#text2 {
  position: absolute;
   top:600px;
  left:3px;
  z-index: 2;
}

#text3 {
  position: absolute;
  top:600px;
  left:7px;
  z-index: 2;
}

#text4 {
  position: absolute;
  top: 116px;
  left: 21px;
  z-index: 2;
  opacity: 0;
}

#text5 {
  position: absolute;
  top: 303px;
  left: 14px;
  z-index: 2;
  opacity: 0;
}

#text6 {
  position: absolute;
  top: 156px;
  left: 28px;
  z-index: 2;
  opacity: 0;
}

#text7 {
  position: absolute;
  top: 266px;
  left: 26px;
  z-index: 2;
  opacity: 0;
}

#text8 {
  position: absolute;
  top: 141px;
  left: 7px;
  z-index: 2;
  opacity: 0;
}

#text9, #text10, #text11, #text12, #text13, #text14 {
  position: absolute;
  top: 45px;
  left: 600px;
  z-index: 2;
  opacity: 0;
}

#price {
  position: absolute;
  top:337px;
  left:600px;
  z-index: 2;
}

#glow {
  position: absolute;
  top:30px;
  left:30px;
  z-index: 2;
  opacity: 0;
}

#glowLarge {
  position: absolute;
  top: 187px;
  left: 43px;
  opacity: 0;
  z-index: 2;
}

#text9 {
  top:102px !important;
}

#text10 {
  top:166px !important;
}


#text11 {
  top:222px !important;
}

#text12 {
  top:296px !important;
}

#text13 {
  top:320px !important;
}

#text14 {
  top:343px !important;
}



#ctaButton {
  position: absolute;
  left: 15px;
  z-index: 2;
  opacity: 0;
}

#yardLine {
  position: absolute;
    top: 68px;
    left: -182px;
  z-index: 1;
}

#yardLineTwo {
   position: absolute;
   top: -2px;
   z-index: 1;
   left: -640px;
}


#logo {
  position: absolute;
  top:0px;
  left:0px;
  opacity: 0;
}

#yardOne {
  position: absolute;
  z-index: 1;
}


#exit{
  z-index: 300;
  width: 160px;
  height: 600px;
  cursor: pointer;
}