.error404 {
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}

.error404.hthb.hthb-pt--30 {
  padding-top: 0 !important;
}

.four-oh-four {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background-color: var(--light);
  background-image: url(../img/winery-hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2 1fr);
}

.four-oh-four .left {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.four-oh-four .left .fof-container {
  position: absolute;
  box-sizing: border-box;
  top: 48%;
  right: 50%;
  width: 90%;
  padding: 5%;
  transform: translate(50%, -50%);
}

.four-oh-four .left h1 {
  text-align: left;
  color: var(--primary);
  font-size: 100px;
  padding: 0;
  margin: 0;
}

.four-oh-four .left .fof-container p {
  color: #999;
}

.four-oh-four .left .copyright {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 1.75;
  color: #999;
}

.four-oh-four .right {
  display: none;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .four-oh-four .left {
    grid-column: 1 / 2;
    position: relative;
  }

  .four-oh-four .left .fof-container {
    width: 80%;
    padding: 10%;
  }

  .four-oh-four .left h1 {
    font-size: 150px;
  }

  .four-oh-four .right {
    display: block;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1440px) {
}
