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

#link{
  width:320px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:100px;
  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: 16px;
   line-height: 15px;
   color: white;
   opacity: 0;
   width: 90px;
   text-align: center;

   top: 16px;
   left: 230px;

   position: absolute;

}


#logo{

  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: 70px;
   text-align: center;
   top: 20px;
   position: absolute;

}

#logo > em{
  display: block;
  padding-bottom: 5px;


}

#top{
  top: 0px;
  left: 0px;
}

#bottom{
  top: 0px;
  left: 160px;
}


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


#CTA{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 14px;
   line-height: 12px;
   color: #424242;
   opacity: 0;
   width: 73px;
   text-align: center;


   left: 238px;
   top: 50px;

   position: absolute;
   background-color: white;
   padding: 5px 0;
   border-radius: 50px;
}
