body {
  background:#ccc;
  padding:0;
  margin:0;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, system-ui, -apple-system, Arial, sans-serif;
}

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #000000;
  background-color: #eeeeee;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  width:728px
  
 
}

#all{
  visibility: hidden;
}

#img-2, #img-3,#img-4,#img-5{
  height:190px;
  width:auto;
  right:0

}

#img-3{
  top:-100px
}

#small-text{
  position: absolute;
  color:white;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  right:14px;
  bottom:4px;

  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)


}