.video-jinko {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:100%;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.video-main{
    width: 50%;
    border-radius: 10px;
}


@media screen and (max-width: 768px) {
    .video-main{
        width: 80%;
        border-radius: 10px;
    }
}