@media screen and (max-width: 768px) {

  .ctt-video-editorial {
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    padding-right: 0 !important;
    margin: 55px 0 !important;
  }

  .ctt-video-text {
    width: 300px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .ctt-video-text p {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ctt-video-copy {
    width: 260px !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.9 !important;
  }

  .ctt-youtube-short {
    width: 260px !important;
    height: 460px !important;
    max-width: 88vw !important;
    display: block !important;
  }

}