  /*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  width: 100%;
}
iframe.media-oembed-content {
  max-width: 1000px;
  margin: 0 auto;
}

.embed .video-play-icon {
  background-color: #69be28;
  color: #16181a;
  font-size: 48px;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media (min-width: 992px) {
  .embed .video-play-icon {
    font-size: 50px;
    left: calc(50% - 45px);
    top: calc(50% - 45px);
  }
}
.embed .video-play-icon:hover {
  background-color: #ffffff;
  color: #3b8404;
}

.block-content--type-media .media--type-image {
  margin-bottom: 0 !important;
}