.splash {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent
    url(/assets/dacorum/splash-b70040a4d85907fc9e91ef80cae80798dfa5f4bd1e5bfdc52eb2bfa70dd255b4.jpg)
    no-repeat 100% 0;
  background-size: cover;
}

.splash-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  max-width: var(--max-width);
  min-height: 694px;
  padding: 0 24px;
}

.heading {
  padding: 16px 0 32px;
  border-radius: 24px;
  font-family: Lato, sans-serif;
  color: #ffffff;
}

.title {
  font-size: 128px;
  font-weight: 900;
}

.caption {
  font-size: 24px;
  font-weight: 700;
}

.purchase-button {
  display: block;
  margin-top: 24px;
}

.preferences-screenshot {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 32px;
}

@media (max-width: 960px) {
  .heading {
    position: static;
    padding-top: 260px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .heading {
    padding-top: 320px;
  }

  .title {
    font-size: 72px;
  }
}
