.oembed_container {
  display: inline-block;
  width: 80%; /* Container is 80% wide */
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9 / 16 * 100 = 56.25%) */
  padding-top: 0px;
  position: relative;
  width: 100%; /* Video takes up 100% of the container width */
}

.oembed_container_iframe {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.oembed_custom-thumbnail,
.oembed_custom-thumbnail:hover,
.oembed_custom-thumbnail:focus,
.oembed_custom-thumbnail:active {
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.oembed_custom-thumbnail_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}

.oembed_custom-thumbnail_icon img {
  display: block;
  height: auto;
  width: 12%;
