/* SK Shreds mobile exercise-video viewport — release 49 */
@media (max-width: 760px) {
  .skp-modal-hero:not(.skp-meal-modal-hero) {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .skp-exercise-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #09090b;
  }
}
