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

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

#bg{
  top:90px;
}

#blue{
  top: -200px;
}
#gray{
  top: 355px;
}


#logo{
  top: 280px;
  left: 50px;
}

#logo-white{
  top: 27px;
  left: 50px;
}

#phone{
  left: 20px;
  top: 332px;
}

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

#text-1{
  left: 67px;
  top:97px;
}

#text-2{
  left: 108px;
  top:442px;
  
}
#text-3{
  left: 108px;
  top:442px;
  
}


#text-4{
  left: 108px;
  top:442px;
  
}
#text-5{
  left: 81px;
  top:564px;
}


#CTA{
  left:31px;
  top: 500px;
}
