body {font-family: Arial, sans-serif;}
body {margin: 0px;}
#ad {display: block;
  overflow: hidden;
  width: 160px;
  height: 600px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;user-select: none;
}
#banner {
  position: absolute;
  display: block;
  width: 160px;
  height: 600px;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #000000;
  box-sizing: border-box;
}
#bg {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  width: 160px;
  height: 600px;
  opacity: 0;
}
#cta {
    position: absolute;
    left: 18px;
    top: 474px;
    opacity: 0;
    transform-style: preserve-3d;
}
#logo {
    position: absolute;
    left: 84px;
    top: 540px;
    opacity: 0;
    transform-style: preserve-3d;
    width: 58px;
}
#txt1 {
    position: absolute;
    left: 10px;
    top: 29px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt2 {
    position: absolute;
    left: 10px;
    top: 29px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt3 {
    position: absolute;
    left: 10px;
    top: 29px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt4 {
    position: absolute;
    left: 10px;
    top: 30px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt5 {
    position: absolute;
    left: 10px;
    top: 74px;
    opacity: 0;
}
#txt6 {
    position: absolute;
    left: 21px;
    top: 379px;
    opacity: 0;
    transform-style: preserve-3d;
}
