.join-button[data-v-0b26d546] {
  position: absolute;
  top: 85%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%);
}
.page-background[data-v-0b26d546] {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("/images/backgrounds/fireworks.png");
  background-size: cover;
}
.container[data-v-0b26d546] {
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  color: white;
  container-name: july;
  container-type: inline-size;
}
.container h1[data-v-0b26d546],
.container h2[data-v-0b26d546] {
  font-size: 72px;
  color: white;
  text-align: center;
}
.container h2[data-v-0b26d546] {
  margin-bottom: 20px;
}
.container .new-players-text[data-v-0b26d546] {
  width: 100%;
  text-align: right;
  margin-top: 20px;
  max-width: 1200px;
  font-weight: 600;
  font-style: italic;
}
.container .banner[data-v-0b26d546] {
  display: block;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url("/images/banners/july-4th-banner.png");
  background-position: top center;
}
@container july (width < 820 px) {
.container .banner[data-v-0b26d546] {
    background-image: url("/images/banners/july-4th-banner-mobile.png") !important;
    height: 100% !important;
    background-size: contain !important;
    min-height: 300px;
}
.container .new-players-text[data-v-0b26d546] {
    text-align: center !important;
}
}
@media (max-width: 960px) {
.container[data-v-0b26d546] {
    width: 100%;
}
.container h1[data-v-0b26d546] {
    margin-top: 55px;
}
.container h1[data-v-0b26d546],
.container h2[data-v-0b26d546] {
    font-size: 36px;
}
}

/*# sourceMappingURL=51.8e2966b9.css.map*/