body {
    margin: 0px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
#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: #000000;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000000;
    box-sizing: border-box;
}
#fixed {
    position: absolute;
    display: block;
    width: 300px;
    height: 600px; 
}
#bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity:1;
    width: 300px;
    height: 600px;
}
#cta {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
}
#text1 {
    position: absolute;
    left: 58px;
    top: 193px;
    opacity: 0;
}
#text2 {
    position: absolute;
    left: 23px;
    top: 76px;
    opacity: 0;
}
img {
  display: block;
}