@charset "UTF-8";

.editor blockquote:not([class])::before {
  display: none !important;
}
.editor blockquote p:not([class]) {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
}
.editor .movie_wrap {
  align-items: center;
}

@media screen and (max-width: 900.9px){
  .editor .movie_wrap .movie {
    width: 70%;
    margin: 0 auto;
  }
}

.demo_movie { border-radius:8px; }
/*.movie { max-width: fit-content !important; text-align: center; }*/
.movie iframe { width:100%; }
@media screen and (max-width: 900.9px) {
  .movie { max-width:100% !important; }
}

.movie button { cursor:pointer; }
.movie button:hover { opacity:0.65; }
.movie button img { border-radius:10px; }
@media (orientation: portrait) {
  .modal-video-movie-wrap {
    /*width: unset;*/
    height: 85%;
    /*padding-bottom: unset !important;
    aspect-ratio: 9 / 16;*/
  }
  .modal-video-close-btn {
    top: -30px;
  }
}
@media (orientation: landscape) {
  .modal-video-movie-wrap {
    height: 100%;
  }
  .modal-video-close-btn {
    top: 0;
  }
}

.editor li p:not([class]) {
  line-height: 1;
}



