
body {
	font-family: 'TradeGothic', Arial, serif;
	color:white;
}

#container {
	height:90px;
	width:728px;
	z-index: 1;
    position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	border:1px solid black;
    background:black;
    overflow: hidden;
}

#box {
    height:90px;
    width:728px;
    opacity: 0;
    position: absolute;
}

.frame {
	  height:88px;
	  width:726px;
	  position: absolute;
  }

#copy2, #copy3, #copy4, #cta {
    opacity:0;
}

#bg {
    /*background-size:150% 150%;*/
    /*background-position: center top;*/
    transform: scale(1.8);
    transform-origin: 20% 0%;
}