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

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

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

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}

svg{
  width:300px;
  height:600px
}

img{
  top:111px
}



#bg{
  top:60px;
  width:300px
}

#logo{
  left:50px;
  top: 326px;
}

#bottle{
  left: 100px;
  top:172px
}
