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 #003399;
  background-color: #F0F0F0;
  box-sizing: border-box;
}

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

#bottom{
  top:310px;
}

#top{
  top: 0px;
}

#logo{
  top: 30px;
  left: 20px;
}


#text-1{
  left:0px;
  top:360px;
}

#text-2{
  eft:0px;
  top:360px;
}

#text-3{
  left:0px;
  top:360px;
}

#text-4{
  left:0px;
  top:320px;
}

#img-1, #img-2, #img-3, #img-4{
  top: 80px;
}

#CTA{
  left:20px;
  top: 520px;
}