.wp-block-cover {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  width: 93.1428571429vw;
  min-height: 328px;
  height: 21vw;
  background-color: black;
  color: white;
  margin-bottom: 3.4285714286vw;
  position: relative;
  overflow: hidden;
}

.wp-block-cover.intro {
  height: 35vw;
  min-height: 360px;
}

.wp-block-cover .cover-content-wrapper {
  width: 92%;
  display: block;
  margin: auto;
  position: relative;
}

.wp-block-hero + .wp-block-cover {
  margin-top: 3.4285714286vw;
}

.wp-block-cover figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-cover figure img {
  width: 100%;
  height: auto;
  min-height: 328px;
  min-width: 100%;
  object-fit: cover;
}

.wp-block-cover .cover-content p {
  line-height: 1.4em;
}

.wp-block-cover section.content {
  z-index: 1;
}

.wp-block-cover.intro figure {
  align-items: flex-start;
}

.wp-block-cover.intro .content {
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
}

.wp-block-cover.intro .content hgroup {
  margin-top: 1.5rem;
}

.wp-block-cover.intro .content h1 p {
  margin-top: 0;
  font-size: 1.75rem;
  margin-top: -0.25em;
  margin-bottom: 0.75rem;
}

.wp-block-cover.intro .content h2 p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.wp-block-cover.intro .content .paragraph p {
  margin-left: 5px;
  line-height: 1.4em;
}

.wp-block-cover .buttons {
  margin: 1.5rem auto;
}

@media only screen and (min-width: 1400px) {
  .wp-block-cover {
    width: 80vw;
    max-width: 80vw;
  }
}
