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

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

#banner {
  overflow:hidden;
  position:relative;
  width:120px;
  height:600px;
  display:box;
  border:1px solid #252523;
  background-color: #252523;
  margin: auto;
  box-sizing: border-box;
}

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

#text-1, #text-2, #text-3, #text-4{
  top:320px;
}

#CTA{
  top: 505px;
  left:10px;
}

#logo{
  top:200px;
  left:10px;
}

#sign{
  top:10px;
  left:10px;
}

#gray{
  top:160px;
}

#img-1, #img-2, #img-3, #img-4{
  top: -20;
  left: -140px;
}


#orange{

  background-color: rgb(255,144,0);
  /*mix-blend-mode: multiply;*/
  width: 300px;
  height: 320px;
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;

}