×
(Preview) Bombshell.2019.2160p.UHD.BluRay.X265.mkv
/* Исправленный оверлей поверх видео */ .modal-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; /* Всегда совпадает с высотой плеера */ background: rgba(0, 0, 0, 0.85); display: none; /* Центрирование текста */ display: flex; justify-content: center; align-items: center; padding: 20px; text-align: center; box-sizing: border-box; overflow: hidden; } .modal-wrapper div { max-width: 90%; word-wrap: break-word; } /* Убедимся что плеер — родитель для absolute overlay */ .player { width: 600px; background: #000; position: relative; /* <— добавлено */ } @media screen and (max-width: 768px) { .player { width: 100%; } }