.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    width: 800px;
    height: 610px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.box-video {
    width: 750px;
    height: 435px;
    margin-top: 20px;
    text-align: center;
    padding: 20px 20px 0px 20px;
}


video {
    width: 730px;
    height: 420px;
    border-radius: 10px;
    /*object-fit: cover;*/
}


.video-cover {
    margin-bottom: 10px;
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-cover:hover {
    transform: scale(1.05);
}

.videoItemPlayImg {
    position: absolute;
    margin-top: 37px;
    margin-left: -92px;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.video-list {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.video-item {
    text-align: center;
    padding-left: 8px;
    padding-right: 10px;
}
