.youtube-place,
.vimeo-place,
.self-hosted-place {
  padding-bottom: 56.25%;
  margin: 1.6rem auto 32px;
}
.youtube-place:hover,
.vimeo-place:hover,
.self-hosted-place:hover {
  background: rgba(0, 0, 0, 0.5);
}
.youtube-place:hover .ytp-large-play-button,
.vimeo-place:hover .ytp-large-play-button,
.self-hosted-place:hover .ytp-large-play-button {
  transform: scale(1.2);
}
.youtube-place:hover img,
.vimeo-place:hover img,
.self-hosted-place:hover img {
  filter: brightness(0.9);
}
.youtube-place .ytp-large-play-button,
.vimeo-place .ytp-large-play-button,
.self-hosted-place .ytp-large-play-button {
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-place.two-three-five,
.vimeo-place.two-three-five,
.self-hosted-place.two-three-five {
  padding-bottom: 42.553191% !important;
}
.youtube-place.sixteen-by-nine,
.vimeo-place.sixteen-by-nine,
.self-hosted-place.sixteen-by-nine {
  padding-bottom: 56.25%;
  margin: 1.6rem auto 32px;
}
.youtube-place.four-by-three,
.vimeo-place.four-by-three,
.self-hosted-place.four-by-three {
  padding-bottom: 75% !important;
}
.youtube-place.one-by-one,
.vimeo-place.one-by-one,
.self-hosted-place.one-by-one {
  padding-bottom: 100% !important;
}
.youtube-place.three-by-four,
.vimeo-place.three-by-four,
.self-hosted-place.three-by-four {
  padding-bottom: 133.333333% !important;
}
.youtube-place.nine-by-sixteen,
.vimeo-place.nine-by-sixteen,
.self-hosted-place.nine-by-sixteen {
  padding-bottom: 177.77777778% !important;
}
.youtube-place.one-by-two-three,
.vimeo-place.one-by-two-three,
.self-hosted-place.one-by-two-three {
  padding-bottom: 235% !important;
}
.youtube-place .play-youtube-video,
.vimeo-place .play-youtube-video,
.self-hosted-place .play-youtube-video {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.youtube-place .play-youtube-video:hover,
.vimeo-place .play-youtube-video:hover,
.self-hosted-place .play-youtube-video:hover {
  cursor: pointer;
}
.youtube-place .ytp-button,
.vimeo-place .ytp-button,
.self-hosted-place .ytp-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15%;
  margin-left: -7%;
  margin-top: -7%;
  background: transparent;
  border: none;
  padding: 0;
}
.self-hosted-place video {
  width: 100%;
}
.vc_controls .video-id-input-div {
  display: none;
}
