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:172px;
  left:0;
  position: absolute;
}

#text-1{
  top:383px;
}
#text-2{
  top:395px;
}
#text-3{
  top:395px;
}
#text-4{
  top:384px;
}
#text-5{
  top:383px;
}


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

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

}

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

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