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

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

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

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

#bg{
  top:30px;
}

#blue{
  top: -100px;
}
#gray{
  top: 150px;
}


#logo{
  top: 106px;
  left: 60px;
}

#logo-white{
  top: 9px;
  left: 90px;
}

#phone{
  left: 63px;
  top: 120px;
}

#divider{
  background-color: white;
  width: 260px;
  height: 2px;
  left: 20px;
  top: 43px;
  position:absolute;
  opacity: 0;
}

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

#text-2{
  left: 118px;
  top:167px;
}

#text-3{
  left: 118px;
  top:167px;
}

#text-4{
  left: 118px;
  top:167px;
}

#text-5{
  left: 118px;
  top:220px;
}

#CTA{
  left:113px;
  top: 196px;
}
