@media screen and (orientation: landscape) {

  .video-modal {
    top: 0.6rem;
  }

  .video-modal-close {
    height: 0.6rem;
  }

  .video-modal-close-icon {
    top: 0.12rem;
    right: 0.2rem;
  }

  .video-modal-close-icon::before,
  .video-modal-close-icon::after {
    width: 0.28rem;
    height: 0.03rem;
  }

  .video-modal-body {
    height: calc(100% - 0.17rem);
  }

  .video-modal-player-wrap {
    padding: 0 0.3rem;
  }

  .video-corner-mask {
    width: 0.3rem;
    height: 0.3rem;
  }

  .video-corner-mask .corner-inner {
    width: 0.6rem;
    height: 0.6rem;
  }

  .video-corner-mask.corner-tl { left: 0.3rem; }
  .video-corner-mask.corner-tr { right: 0.3rem; }
  .video-corner-mask.corner-bl { left: 0.3rem; }
  .video-corner-mask.corner-br { right: 0.3rem; }

  #videoModalPlayer {
    max-height: 100%;
  }

  .download {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }

  .download-btn,
  .download-wx-btn {
    max-width: calc(10rem * 0.667);
  }
}
