@import url("global.css");

body {
  background-image: url('http://pompano-park.isleofcapricasinos.com/s3Files/636fb17ff4156ed271c739d1141749ff/backgrounds/home2.jpg');
}

@media screen and (max-width: 480px) {
  body {
    background-image: none;
    background-color:#edb700;
  }
}