.content-editor-element__content {
  .youtube-videos__wrapper > .container {
    width: auto !important;
  }
  /*
  .youtube-videos__play-button {
    position: relative;
    background: #991D13;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 2;
    transition: .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);

    svg {
      width: 24px;
      height: 24px;

      path {
        stroke: #FFF;
      }
    }
  }
  .youtube-videos__item.owl-item {
    aspect-ratio: 16/9;
    height: auto;
  }
  */
}
