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 #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}

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

#bottom-yellow{
  top:272px;
}
#bottom-white{
  top:267px;
}

#cross{
  position: absolute;
  opacity:0;
  width:300px;
  height:300px;
}
.v-bar{
  width:4px;
  height:600px;
  background-color:white;
  left:78px;
  top:0px;
  position: absolute;
}
.h-bar{
  width:160px;
  height:4px;
  background-color:white;
  top:170px;
  left:0;
  position: absolute;
}

#text-1{
  top:328px;
}
#text-2{
  top:420px;
}
#text-3{
  top:387px;
}
#text-4{
  top:400px;
}


/* new  */ 
#icon-text-1{
  top: 89px;
}
#icon-text-2{
  top:173px;
}
#icon-text-3{
  top:260px;
}
#icon-1{
  left: 50px;
  top: 32px;
}
#icon-2{
  left: 50px;
  top:118px;
}
#icon-3{
  left: 50px;
  top:203px;
}
/*end*/

#text-adress{
  top:576px;
  left:10px;
}

#text-top{
  left:0px;
  top:110px;

}

#CTA{
top: 503px;
left:10px;
}

#logo{
  top:132px;
  left:37px;
  width:90px;
}