.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

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

.ytv-container {
  width:100%;
  padding: 1rem;
}

.ytv-btn {
  background: #fb6528;
  display: inline-block;
  font-size: 13px;
  color: white;
  padding: 3px 10px;
  font-weight: bold;
}

.ytv-btn:hover {
  background: #171717;
}
