@media (max-width:560px){
  .pg-audio-player{max-height:calc(100dvh - 16px);overflow:hidden}
  .pg-audio-player__body{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
  .pg-audio-player__visual:has(video:not([hidden])){width:100%;height:auto;max-height:none;aspect-ratio:16/9;flex:0 0 auto}
  .pg-audio-player__visual video:not([hidden]){display:block;width:100%;height:100%;max-width:100%;max-height:none;flex:0 0 100%;object-fit:contain}
}
