

.video-sec{
    width: 100vw;
    overflow: hidden;
    padding-bottom: 5em;
}


/* video div  */

.video-ws365{
    width: 100vw;
    height: 635px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.video-ws365 iframe{
    width: 1108px;
    height: 635px;

}

/* card new grid tamplate  */

.card-wrapper-video{
    grid-template: " . . ";
}

@media only screen and (max-width: 1120px) {
    .video-ws365 {
        height: 465px;
    }
    .video-ws365 iframe {
        width: 763px;
        height: 462px;
    }
    .card-wrapper-video {
        height: 20em;
    }
}

@media only screen and (max-width: 766px) {
    .video-ws365 iframe {
        width: 517px;
        height: 290px;
    }
    .video-ws365 {
        height: 299px;
    }
    .card-wrapper-video {
        grid-template: " . ";
        height: 40em;
    }

}


@media only screen and (max-width: 516px) {
    .video-ws365 iframe {
        width: 388px;
        height: 217px;
    }
}