@media only screen and (max-width:767px) {
    .video-sections {
        height: auto;
        overflow: auto;
        flex-wrap: wrap;
    }
    .video-sections .videobox video {
        width: 100%;
        height: auto;
        margin-bottom: -6px;
    }
    .video-sections .videobox {
        width: 100%;
    }
    .video-sections .content {
        width: 100%;
        padding: 50px 15px 35px;
        height: auto;
        display: unset;
    }
    .video-sections .content .cuiagcas h3 {
        font-size: 24px;
    }
    .video-sections .content .social {
        margin-top: 30px;
    }
    .video-sections .content .logoshow img {
        height: 80px;
        width: auto;
    }
}