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

#link{
  width:160px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:160px;
  height:600px;
  display:box;
  border:1px solid #EE3039;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}



#wave{
  top: -40px;
  width: 180px;
  left: -10px;
}

.circle{
  border-radius: 50%;
  border:solid 4px #EE3039;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 70px;
  height: 70px;
}

#elem_1{
  left: 0px;
  top: 170px;
}
#elem_2{
  left: 80px;
  top: 170px;
}
#elem_3{
  left: 0px;
  top: 270px;
}
#elem_4{
  left: 80px;
  top: 270px;
}
#elem_5{
  left: 40px;
  top: 220px;
}

#logo{
  left: 10px;
  top: 20px;
  width: 140px;
}

#CTA{
  left: 15px;
  top: 530px;
  width: 130px;
}


#text-1, #text-2,#text-3, #text-4{
  top: 430px;
  fill: #fff;
}




#roller_1{
  left: 10px;
  top: 335px;
}
#roller_2{
  left: 57px;
  top: 361px;
}

