@media (max-width: 1200px) {

  .modal-trim-content,
  .modal-rotate-content,
  .modal-crop-content {
    width: 95%;
  }

  .modal-trim-crop-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px;
    min-height: 70vh;
  }

  .show-video-trim-crop {
    height: 190px;
    margin-bottom: 1.2rem;
    border: 1px solid #E0E0E0;
  }

  .trim-wrapper>div {
    width: 60% !important;
  }

  .rotate-options {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .rotate-option {
    padding: 12px 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #trimCropVideo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 800px;
    max-height: 450px;
  }
}

@media screen and (max-width: 318px) {
  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 283px) {
  html,
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 247px) {
  html,
  body {
    font-size: 10px;
  }
}