@media (max-width: 1180px) {
  .et_pb_video .qoolli-mobile-youtube-inline,
  body #page-container #testimonials .et_pb_video .qoolli-mobile-youtube-inline,
  body #page-container .et_pb_section_0 .et_pb_video .qoolli-mobile-youtube-inline {
    aspect-ratio: 16 / 9 !important;
    background: #071846 !important;
    border-radius: 10px !important;
    display: block !important;
    height: auto !important;
    inset: auto !important;
    line-height: 0 !important;
    max-width: 100% !important;
    min-height: 190px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
  }

  .et_pb_video .qoolli-mobile-youtube-inline video,
  .et_pb_video .qoolli-mobile-youtube-video,
  body #page-container #testimonials .et_pb_video .qoolli-mobile-youtube-inline video,
  body #page-container .et_pb_section_0 .et_pb_video .qoolli-mobile-youtube-inline video,
  body #page-container .et_pb_video .qoolli-mobile-youtube-video {
    aspect-ratio: 16 / 9 !important;
    border: 0 !important;
    display: block !important;
    height: 100% !important;
    inset: 0 !important;
    min-height: 190px !important;
    pointer-events: auto !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 1 !important;
  }

  .et_pb_video .qoolli-mobile-youtube-inline .fluid-width-video-wrapper {
    height: auto !important;
    inset: auto !important;
    padding-top: 0 !important;
    position: static !important;
  }

  .qoolli-mobile-local-play {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    z-index: 2;
  }

  .qoolli-mobile-local-play-icon {
    align-items: center;
    background: #ff0000;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    display: flex;
    height: 58px;
    justify-content: center;
    width: 82px;
  }

  .qoolli-mobile-local-play-icon::before {
    border-bottom: 14px solid transparent;
    border-left: 22px solid #ffffff;
    border-top: 14px solid transparent;
    content: "";
    display: block;
    margin-left: 5px;
  }

  .qoolli-mobile-hero-play {
    background: transparent;
    height: 74px;
    width: 74px;
  }

  .qoolli-mobile-hero-play .qoolli-mobile-local-play-icon {
    background: rgba(255, 255, 255, 0.96);
    border: 3px solid #ffffff;
    border-radius: 999px;
    height: 68px;
    width: 68px;
  }

  .qoolli-mobile-hero-play .qoolli-mobile-local-play-icon::before {
    border-bottom-width: 12px;
    border-left-color: #2f4b67;
    border-left-width: 19px;
    border-top-width: 12px;
  }

  .qoolli-mobile-local-play-loading .qoolli-mobile-local-play-icon {
    opacity: 0.82;
    transform: scale(0.96);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
}
