.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 设置容器高度为视口的高度 */
}

.video-player {
    width: 90%; /* 设置播放器宽度 */
    height: 100%; /* 设置播放器高度 */
}
