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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:50px;
  display:box;
  border:1px solid #003399;
  background-color: #F0F0F0;
  box-sizing: border-box;
}

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

#bottom{
  left:145px;
}

#top{
  left: -10px;
}

#logo{
  left: 6px;
  top: 13px;
}

#text-1, #text-2, #text-3{
  left:168px;
}

#text-4{
  left:136px;
}

#img-1{
  left: 70px;
}
#img-2{
  left: 80px;
}
#img-3{
  left: 76px;
}

#CTA{
  left:240px;
  top: 5px;
}