.youtube-video {
  /* Custom styles for the YouTube video container */
  width: 100%;
  height: auto;
  position: relative;
}
.pause-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  background-color: #f00;
  color: #fff;
  border: none;
  cursor: pointer;
}
