.video-container-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    min-height: 300px;
}

.video-container-wrapper video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* Стили для кнопок теперь в JS */