.video__section-wrapper {
  margin: 36px 0 60px;
}
@container (max-width: 600px) {
  .video__section-wrapper {
    margin: 60px 0;
  }
}
.video__section-wrapper .video__title {
  color: #fff;
  text-align: center;
  font-family: "Bangers", cursive;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 400;
}
.video__section-wrapper .video__wrapper {
  width: 568px;
  height: 345px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@container (max-width: 600px) {
  .video__section-wrapper .video__wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 181/110;
  }
}
.video__section-wrapper .video__preview-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 132px;
  height: 68px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@container (max-width: 600px) {
  .video__section-wrapper .video__preview-btn {
    height: 48px;
  }
}
.video__section-wrapper .video__preview-btn-inner {
  min-width: 120px;
  height: 56px;
  border-radius: 40px;
  background: #e903a4;
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: 0.25s all;
}
@container (max-width: 600px) {
  .video__section-wrapper .video__preview-btn-inner {
    height: 36px;
  }
}
.video__section-wrapper .video__preview-btn-inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M12 5.46704C13.3333 6.23684 13.3333 8.16135 12 8.93115L3 14.1273C1.66667 14.8971 -7.31543e-07 13.9349 -6.64245e-07 12.3952L-2.09983e-07 2.00295C-1.42685e-07 0.463345 1.66667 -0.498908 3 0.270893L12 5.46704Z' fill='white'/%3E%3C/svg%3E") center no-repeat;
}
.video__section-wrapper:hover .video__preview-btn-inner {
  transition: 0.25s all;
  background-color: #d00393;
}
.video__section-wrapper .youtube-embed-wrapper {
  max-height: 100%;
}
.video__section-wrapper .youtube-embed-wrapper.not-loaded {
  margin: 0;
  width: 100%;
  height: 100%;
}
.video__section-wrapper .youtube-embed-wrapper.not-loaded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__section-wrapper .youtube-embed-wrapper.not-loaded .video-title {
  display: none;
}
.video__section-wrapper .youtube-embed-wrapper.not-loaded::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #030734;
  opacity: 0.4;
  transform: none;
  filter: none;
  transition: none;
}

/*# sourceMappingURL=youtube-sg.css.map */
