
.video {
    padding: 30px 0;
    background: #ffffff;
}
.video-name {
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 0;
}
.video-col {
    border: 1px solid rgb(242, 242, 242);
}
.video-div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

