body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


#main-container {
  position: absolute;
  width: 160px;
  height: 600px;
  background: #FFFFFF;
}

#banner {
    position: absolute;
    display: none;
    width: 160px;
    height: 600px;
    background-color: #000000;
    overflow: hidden;
    cursor: pointer;
}
#bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity:1;
    transform-origin: 50% 50%;
    width: 160px;
    height: 600px;
}
#typed-wrapper {
    position: absolute;
    top: 297px;
    left: 0;
    height: 118px;
    width: 135px;
    overflow: hidden;
    opacity:0;
}
#txt1, #txt2, #txt3 {
  position: absolute;
  left: 10px;
  top: 14px;
  opacity: 0;
}
#cta {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
}

img  {
  display: block;
}