.youtube-embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;  /* 16x9 */
  max-width: 100%;
}

.youtube-embed-container  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.youtube-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1.75rem;
  gap: .5rem;
}