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

#text-1{
  top:436px;
}
#text-2{
  top:450px;
}
#text-3{
  top:460px;
}
#text-4{
  top:460px;
}
#text-5{
  top:460px;
}
#text-6{
  top:450px;
}

#text-adress{
  top:576px;
}

#text-top{
  left:40px;
  top:108px;

}

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

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