.video-preview {
  aspect-ratio: 16 / 9;
  background: #fff;
  max-height: 420px;
  object-fit: contain;
}

.video-result-row + .video-result-row {
  margin-top: .75rem;
}

.video-tool-ready .upload-zone {
  border-color: #dbe7f3;
}

@media (max-width: 575.98px) {
  .video-preview {
    max-height: 260px;
  }
}
