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

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}

#img-1, #img-2, #img-3{
  width: 250px;
 
}

#img-box{
  position: absolute;
  overflow: hidden;
  width: 250px;
  height: 350px;
  left: 20px;
  top: 158px;
  border: solid 3px white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#text-1{
  top: 40px;
  left: 25px;
  fill: #ffffff;
  width: 250px;
  left: 18px;
}

#text-2{
  top:560px;
  left: 15px;
  width: 110px;
  fill: #0075A6;

}

#logos{
  left: 140px;
  top: 560px;
  width: 142px;
}

#text-3{
  top:178px;
  left: 50px;
  width: 200px;
  fill: #ffffff;
}

#text-4{
  top:178px;
  left: 50px;
  width: 200px;
  fill: #ffffff;

}

#text-5{
  top:178px;
  left: 45px;
  width: 210px;
  fill: #ffffff;

}

#white{
  width: 300px;
  height: 60px;
  left: 0px;
  top: 540px;
  background-color: #ffffff;
  display: block;
  position: absolute;
}

a > #CTA{
  width: 192px;
  height: 48px;
  left: 56px;
  top: 420px;
  background-color: #e30613;
  border-radius: 10px;
  position: absolute;
  display: block;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
  transition: top .2s, box-shadow .1s;
  
}

a:hover > #CTA{
    top: 416px;
    box-shadow: 0px 15px 25px -5px rgba(0,0,0,0.4);
}

a:active > #CTA{
    top: 420px;
    transform: scale(.98);
    box-shadow: 0px 4px 25px 8px rgba(0,0,0,0.3);
}

#text-cta{
  fill: white;
}