.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.teaser_section-srat {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2200px;
  height: 110vh;
  max-height: 1000px;
  display: flex;
}

.social-icon-srat {
  width: 40px;
}

.links-container-srat {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.paragraph-srat {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Galaxie polaris Book, Arial, sans-serif;
  font-size: 16px;
}

.header-srat {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Industry Demi, Arial, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.content-div-srat {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -85px;
}

.code-embed-srat {
  flex-flow: column;
  width: 100%;
  display: block;
}

.sign-up-container-srat {
  width: 100%;
  max-width: 400px;
  margin-top: 15px;
}

.san-remo-air-logo-srat {
  width: 175px;
  margin-bottom: 0;
}

.background-video {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1000px;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100vh;
}

.image, .image-2 {
  max-width: 60%;
}

.body-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 33px;
  font-family: Galaxie polaris Book, Arial, sans-serif;
  font-size: 16px;
}

.headline {
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-family: Industry Demi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .header-srat {
    max-width: 300px;
    line-height: 120%;
  }

  .san-remo-air-logo-srat {
    width: 150px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .teaser_section-srat {
    padding: 20px;
  }

  .header-srat {
    line-height: 110%;
  }

  .san-remo-air-logo-srat {
    width: 150px;
    margin-bottom: 0;
  }

  .body-copy {
    width: 70vw;
  }
}
