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

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

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

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

#bottom-yellow{
  top:123px;
}
#bottom-white{
  top:120px;
}

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

#text-1{
  top:166px;
}
#text-2{
  top:180px;
}
#text-3{
  top:164px;
}
#text-4{
  top:180px;
}

/* new  */ 
#icon-text-1{
  left: 114px;
  top: 42px;
}
#icon-text-2{
  left: 114px;
  top: 42px;
}
#icon-text-3{
  left: 114px;
  top: 42px;
}
#icon-1{
  left: 36px;
  top: 22px;
}
#icon-2{
  left: 36px;
  top: 22px;
}
#icon-3{
  left: 36px;
  top: 22px;
}
/*end*/


#text-adress{
  left:75px;
  top:234px;
}


#CTA{
top: 202px;
left:37px;
}

#logo{
  top:25px;
  left:112px;
  width:80px;
}