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

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

#gradient{
  position: absolute;
  background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  width: 100px;
  height: 250px;
  top: 0px;
  left: 0px;
  display: block
}

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:250px;
  display:box;
  border:1px solid #191f6c;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}

#logo{
  width: 88px;
  height: auto;
  top: 204px;
  left: 194px;
}

#img-1{
  left: -10px;
  top: -20px;
  height: 270px;
}

#text-1{
  left: 156px;
  top: 18px;
  width: 130px;
}

#top{
  left: 16px;
  top: 16px;
  width: 91px;
}


#CTA{
  left: 153px;
  top: 93px;
  width: 140px;
  height: auto;
}

#text-CTA{
  fill: #ffffff;
} 

#white{
  position: absolute;
  width: 175px;
  height: 300px;
  top: 0px;
  left: 145px;
  display: block;
  background-color: #fff;

}
