body, html {
  background-color:#f9fbfd!important;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#container{
  width:100%;
  overflow:hidden; 
}

#svg{/*IE fix*/
  width:100%;
  padding-bottom: 92.35%;
  height: 1px;
  overflow: visible;
}

#wrapper{
  width:353px;
  height:326px;
  
}

#label{
  position:absolute;
  width:200px;
  height:275px;
  top: 0px;
  left: 75px;
}

#labelTxt{
  position:absolute;
  font-family:'Luckiest Guy', cursive;
  font-size:80px;
  text-transform:uppercase;
  fill: #ffffff
}


