.featured-video-wrapper {
  width: 100%;
}
.featured-video-frame {
  background: var(--color-neutral-110);
  position: relative;
  width: 100%;
}
.featured-video-player {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  max-height: 648px;
  max-width: 100%;
  object-fit: cover;
  outline: none;
  width: 100%;
}
.featured-video-overlay-toggle {
  align-items: center;
  background: #010414B2;
  border: none;
  border-radius: 50%;
  color: var(--color-neutral-0);
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}
.featured-video-frame + .description {
  margin-top: var(--space-lg);
}
.description + .featured-video-frame{
  margin-bottom: var(--space-lg);
}
