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

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

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

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

#bottom-yellow{
  top:331px;
}
#bottom-white{
  top:327px;
}

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

#text-1{
  top:416px;
}
#text-2{
  top:462px;
}
#text-3{
  top:450px;
}
#text-4{
  top:440px;
}


/* new  */ 
#icon-text-1{
  left: 114px;
  top: 68px;
}
#icon-text-2{
  left: 114px;
  top:149px;
}
#icon-text-3{
  left: 114px;
  top:229px;
}
#icon-1{
  left: 36px;
  top: 51px;
}
#icon-2{
  left: 36px;
  top:131px;
}
#icon-3{
  left: 36px;
  top:211px;
}
/*end*/


#text-adress{
  top:576px;
}

#CTA{
top: 522px;
left:38px;
}

#logo{
  top:145px;
  left:94px;
  width:114px;
}