body {
  background-color: #0f503c;
  background-image: url(../gfx/body_bgrnd_xmas_2020.jpg);
  background-size: 45% auto;
}

@media only screen and (min-width: 1281px) and (max-width: 1800px) {
  body {
    background-size: 50% auto;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  body {
    background-size: 60% auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  body {
    background-size: 80% auto;
    font-size: 13px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    background-size: 100% auto;
    font-size: 13px;
  }
}

@media only screen and (max-width: 479px) {
  body {
    background-size: 150% auto;
    font-size: 13px;
  }
}