body {
  background:#efefef;
  padding:0;
  margin:0;
}

#link{
  width:320px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:100px;
  display:box;
  border:1px solid #424242;
  background-color: #DC0812;
  box-sizing: border-box;
}

#shadow{
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 60px;
  height: 40px;
  width: 320px;
}

#jack{
  top: 77px;
}

#coins{
  /*height: 430px;*/
}

#CTA{
  position: absolute;
  left: 226px;
  top: 27px;
  width: 81px;
  height: 17px;
  background-color: #FADB14;
  display: block;
  overflow: hidden;
  opacity: 0;
}

#img-1{
  width: 320px;
}


#CTA-text{
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 0;

}

#blick{
  position: absolute;
  top: 0px;
  left: -40px;
  opacity: 1;
}

#text-small{
  left: 218px;
  top: 64px;
}

#check-out{
  left: 21px;
  top: 18px;
}

#text-1{
  left: 0px;
  top: 16px;
  

}
img, svg {
  position: absolute;
  opacity:0;
}

