@charset "UTF-8";
/* CSS Document */


 
#background {
  width:50%;
  height:100%;
  position:absolute;
  bottom:50px;
  right:0px;
}




#background svg 
{
position:absolute;
  bottom:0px;
  right:0px;
  height:100%;
}

@media only screen and (max-width: 1260px) {
#background {
  height:80%;
  }
}

@media only screen and (max-width: 980px) {
#background {
  height:70%;
  }
}


@media only screen and (max-width: 850px) {

#background {
  height:50%;
  width:100%;
  
right:auto;
left:0px;
  }

#background svg 
{
height: auto;
width: 100%;
}
@media only screen and (max-height: 760px)
{


#background svg 
{
height: 90%;
width:auto;
max-width: 100%;

}
}
}
@media only screen and (max-height: 320px)
{
#background {
display: none;
}
}
