@charset "utf-8";
/* CSS Document */
body{
  width: 100vw;
  /*height: 110vh;*/
  margin: 0px;
  background: url(../images/background.jpg) no-repeat fixed top center;
  background-size:cover;
}
.bg
{
display:none;	
}

@media (max-width: 479px) 
{
body{
background:none !important;	
}
.bg
{
display:block;	
}	
.bg img
{
width:100%;
}
}