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

#link{
  width:160px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:160px;
  height:600px;
  display:box;
  border:2px solid #424242;
  background-color: #424242;
  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: 21px;
   color: white;
   opacity: 0;
   width: 160px;
   text-align: center;
   top: 425px;
   position: absolute;

}


#logo{

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 22px;
   color: white;
   opacity: 0;
   width: 160px;
   text-align: center;
   top: 40px;
   position: absolute;
   left: -2px;

}
#top{
  top: 0px;
}

#bottom{
  top: 246px;
}


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


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