/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/event-overview/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.event-overview-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 72px 20px;
}

.event-overview-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  max-width: 1240px;
  box-sizing: border-box;
}

.event-overview-copy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 24px;
  text-align: left;
  flex: 1 1 50%; /* Flex basis to 50% and allow shrinking/growing */
  max-width: 50%;
  box-sizing: border-box;
}

.single-col {
  text-align: center;
  max-width: 1000px !important;
}

.event-overview-button {
  color: #fff;
  background-color: #121212;
  border: 1px solid #121212;
  border-radius: var(--global-border-radius);
  text-transform: uppercase;
  padding: 15px 55px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.event-overview-button:hover {
  text-decoration: none;
  color: #FFF;
}

.event-overview-asset-wrapper {
  flex: 1 1 50%; /* Flex basis to 50% and allow shrinking/growing */
  max-width: 50%;
  aspect-ratio: 16/9;
  box-sizing: border-box;
}

.event-overview-asset-wrapper img,
.event-overview-asset-wrapper video,
.event-overview-asset-wrapper iframe,
.event-overview-asset-wrapper .youtube-facade,
.event-overview-asset-wrapper .youtube-thumbnail {
  width: 100%;
  height: 100%;
}

.youtube-facade {
  position: relative;
}

.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url("https://www.youtube.com/s/desktop/4cdb6fef/img/icons/play.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
}

@media only screen and (max-width: 1080px) {
  .event-overview-copy-wrapper {
    gap: 18px;
  }
}
/* Responsive design for smaller screens */
@media only screen and (max-width: 1020px) {
  .event-overview-wrapper {
    margin-top: 24px;
  }
  .event-overview-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .event-overview-copy-wrapper,
  .event-overview-asset-wrapper {
    flex: 1 1 100%;
    max-width: 650px;
    width: 100%;
  }
}
@media only screen and (max-width: 678px) {
  .event-overview-wrapper {
    margin-top: 0;
  }
  .event-overview-content-wrapper {
    gap: 24px;
  }
  .event-overview-copy-wrapper {
    text-align: left;
    align-items: flex-start;
    max-width: unset;
  }
  .event-overview-asset-wrapper {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style-index.css.map*/