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

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

#banner {
  overflow:hidden;
  position:relative;
  width:970px;
  height:250px;
  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: 150px;
  height: 100px;
  width: 970px;
}

#jack{
  top: 205px;
}

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

#CTA{
  position: absolute;
  left: 705px;
  top:80px;
  width: 210px;
  height: 45px;
  background-color: #FADB14;
  display: block;
  overflow: hidden;
  opacity: 0;
}

#img-1{
  width: 970px;
}


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

}

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

#text-small{
  left: 780px;
  top: 185px;
}

#check-out{
  left: 66px;
  top: 70px;
}

#text-1{
  left: 50px;
  top: 61px;
  

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

