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:1px solid #252523;
  background-color: #FFFFFF;
  margin: auto;
  box-sizing: border-box;
}

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

#line-1{
  left: -20px;
  top: 42px;
  display: block;
  width: 270px;
  height: 2px;
  background-color: #a8a8a8;
  position: absolute;
  opacity: 0;
  
}

#line-2{
  left: 50px;
  top: 204px;
  display: block;
  width: 270px;
  height: 2px;
  background-color: #a8a8a8;
  position: absolute;
  opacity: 0;
}

#logo{
  left: 40px;
  top: 74px;
  width: 225px;
}

#collection{
  left: 50px;
  top: 213px;
  width: 191px;
}

#introducing{
  left: 140px;
  top: 12px;
  width: 115px;
}

#explore-1{
  left: 16px;
  top: 214px;
  width: 268px;

}

#white-1{
  display: block;
  height: 87px;
  width: 300px;
  top: 197px;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  opacity: 0;

}

#divider{
  left: 102px;
  top: 170px;
  display: block;
  width: 96px;
  height: 2px;

  background-color: #a8a8a8;
  position: absolute;
  opacity: 0;

}

#logo-1{
  left: 34px;
  top: 35px;
  width: 234px;
}

#explore-2{
  left: 16px;
  top: 201px;
  width: 268px;
}