.home-bg-container {
  /* background-image: url(../../images/Background_Courts_Game.webp); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.page-content-container {
  margin-top: auto;
}

#site-footer {
  margin-top: unset;
}

@media (max-width: 1024px) {
  .home-bg-container {
    /* background-image: url(../../images/Background_Courts_Game.webp); */
  }
}
