body {font-family: Arial, sans-serif;}
body {margin: 0px;}
#ad {display: block;
  overflow: hidden;
  width: 300px;
  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: 300px;
  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: 300px;
  height: 600px;
  opacity: 0;
}
#cta {
    position: absolute;
    left: 153px;
    top: 543px;
    opacity: 0;
    transform-style: preserve-3d;
}
#logo {
    position: absolute;
    left: 28px;
    top: 537px;
    opacity: 0;
    transform-style: preserve-3d;
    width: 58px;
}
#txt1 {
    position: absolute;
    left: 24px;
    top: 36px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt2 {
    position: absolute;
    left: 24px;
    top: 35px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt3 {
    position: absolute;
    left: 24px;
    top: 35px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt4 {
    position: absolute;
    left: 24px;
    top: 36px;
    opacity: 0;
     transform-style: preserve-3d;
}
#txt5 {
    position: absolute;
    left: 23px;
    top: 119px;
    opacity: 0;
}
#txt6 {
    position: absolute;
    left: 89px;
    top: 472px;
    opacity: 0;
    transform-style: preserve-3d;
}
