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

#link{
  width:300px;
  height:250px;
  position:absolute;
  top:0px;
  left:0px;
}

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

#img-1{
  width: 300px;
}

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

#jack{
  top: 227px;
}

#coins{
  height: 430px;
}

#CTA{
  position: absolute;
  left: 95px;
  top: 182px;
  width: 102px;
  height: 22px;
  background-color: #FADB14;
  display: block;
  overflow: hidden;
  opacity: 0;
}


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

}

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

#text-small{
  left: 97px;
  top: 213px;
}

#check-out{
  left: 90px;
  top: 16px;
}

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

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

