#hero-banner-anchor {
  text-align: center;
}

#hero-banner-image {
  position: relative;
  margin-top: 60px;
  margin-bottom: 150px;
}

#hero-banner-image img {
  position: relative;
  width: 100%;
  max-width: 630px;
}

#hero-banner-image:before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background: url("../../images/arsr2022/sinusoide.svg") no-repeat center center;
  background-size: 100% 100vw;
}

#hero-banner-video-container {
  position: relative;
  border-radius: 40px;
  margin-top: 60px;
  overflow: hidden;
}

#hero-banner-video-container button {
  position: relative;
}

#hero-banner-video-container button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../../images/arsr2022/play.svg") center/cover no-repeat;
  width: 15%;
  aspect-ratio: 1;
}

#ar2022video .field--name-field-body {
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
}

#ar2022video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=../maps/arsr2022/ar2022-hero-and-video.css.map */
