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:2px solid #424242;
  background-color: #EEEEEE;
  box-sizing: border-box;
}



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

#text-1{
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 17px;
   line-height: 15px;
   color: white;
   opacity: 0;
   width: 300px;
   text-align: center;
   top: 174px;
   position: absolute;

}


#logo{

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 21px;
   line-height: 24px;
   color: white;
   opacity: 0;
   width: 300px;
   text-align: center;
   top: 1px;
   position: absolute;

}
#top{
  top: 0px;
}

#bottom{
  top: 103px;
}


#img-1, #img-2, #img-3, #img-4, #img-5, #img-6{
  left: -2px;
  top: 43px;
}


#CTA{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 18px;
   color: #424242;
   opacity: 0;
   width: 150px;
   margin-left: 74px;
   text-align: center;
   top: 210px;
   position: absolute;
   background-color: white;
   padding: 5px 0;
   border-radius: 50px;
}
