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 #0D4C8F;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
  
}


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



#logo{
  left:122px;
  top: 107px;
  width:100px;
}

#bottle{
  left: 23px;
  top:115px

}