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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:50px;
  display:box;
  border:1px solid #0d4c8f;
  background-color: rgb(255,255,255);
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
  
}
svg{
  width:300px;
  height:50px;
  top:0
}

#logo{
  left:39px;
  top: 15px;
  width:64px;
}

#bottle{
  left: 108px;
  top:3px
}