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

#link{
  width:320px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

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

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

#bottom-yellow{
  left:140px;
  height:50px;
  width:200px;
  top:0px;
  background-color: #FFA300;
  display:block;
  position: absolute;
  opacity:0;
}
#bottom-white{
  left:138px;
  height:50px;
  width:200px;
  top:0px;
  background-color: #ffffff;
  position: absolute;
  opacity:0;
}
.v-bar{
  width:2px;
  height:50px;
  background-color:white;
  left:68px;
  top:0px;
  position: absolute;
  display:block;
}

#text-1{
  top:2px;
  left:167px;
}
#text-2{
  top:2px;
  left:170px;
}
#text-3{
  top:2px;
  left:173px;
}
#text-4{
  top:2px;
  left:179px;
}
#text-5{
  top:2px;
  left:169px;
}

#text-adress{
  top:0px;
  left:174px;
}

#CTA{
top: 27px;
left:178px;
}

#logo{
  top:-2px;
  left:116px;
  width:52px;
}