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

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

#banner {
  overflow:hidden;
  position:relative;
  width:120px;
  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: 0px;
  width: 140px;
  left: -10px;
}

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

#elem_1{
  left: 1px;
  top: 168px;
}
#elem_2{
  left: 56px;
  top: 168px;
}
#elem_3{
  left: 1px;
  top: 310px;
}
#elem_4{
  left: 56px;
  top: 310px;
}
#elem_5{
  left: 15px;
  top: 225px;
  width: 80px;
  height: 80px;
  border:solid 4px #EE3039;
}

#logo{
  left: 10px;
  top: 30px;
  width: 100px;
}

#CTA{
  left: 5px;
  top: 530px;
  width: 110px;
}


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




