.o-event-block-hero {
  --min-height: 25rem;
}
@media screen and (min-width: 990px) {
  .o-event-block-hero__size--small {
    --min-height: 25rem;
  }
  .o-event-block-hero__size--medium {
    --min-height: 42rem;
  }
  .o-event-block-hero__size--large {
    --min-height: 100vh;
  }
}
.o-event-block-hero__breadcrumbs {
  flex: 1;
}
.o-event-block-hero .m-breadcrumbs {
  --breadcrumb-base-color: rgb(var(--color-text));
  --breadcrumb-color: rgba(var(--color-text), 0.6);
  --breadcrumb-color-alt: rgb(var(--color-text));
  --margin-block: 0;
}
.o-event-block-hero .m-breadcrumbs__list {
  justify-content: var(--text-alignment);
}
.o-event-block-hero__inner {
  position: relative;
  z-index: 1;
  min-height: var(--min-height);
  display: flex;
  width: 100%;
  justify-content: center;
}
.o-event-block-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-event-block-hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.o-event-block-hero__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.o-event-block-hero__media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.o-event-block-hero__video {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.o-event-block-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 990px) {
  .o-event-block-hero__content {
    padding-top: calc(var(--header-mid-height) + 5rem);
  }
}
.o-event-block-hero__content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.o-event-block-hero__info-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-event-block-hero__info {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .o-event-block-hero__info {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1100px) {
  .o-event-block-hero__info {
    max-width: 30rem;
  }
}
.o-event-block-hero__heading {
  margin-top: 1rem;
}
.o-event-block-hero__event-info-wrapper {
  padding: 2.5rem 2rem;
  border-radius: var(--border-radius-20);
  width: 100%;
}
@media screen and (min-width: 990px) {
  .o-event-block-hero__event-info-wrapper {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1100px) {
  .o-event-block-hero__event-info-wrapper {
    max-width: 28rem;
  }
}
.o-event-block-hero__share-wrapper {
  position: absolute;
  bottom: calc(var(--spacing-md) * -1);
  left: 0;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-event-block-hero__share-wrapper {
    width: unset;
  }
}
.o-event-block-hero__share {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-sm);
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-sm);
  border-radius: var(--border-radius-20);
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .o-event-block-hero__share {
    justify-content: center;
  }
}
.o-event-block-hero__share .m-share-label {
  display: inline-flex;
}
.o-event-block-hero__share .m-share {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xxs);
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
