.about-wrapper {
    padding: 100px 0;
}

.crowds-desc {
    color: #010341;
    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 77px !important;
}

.crowd-video-wrap {
    height: 593px;
    width: 1057px;
    margin: auto;
    background-color: #010341;
    max-width: 100%;
}

.crowd-video-wrap iframe {
    height: 100% !important;
    width: 100% !important;
    opacity: 0.39;
}


@media only screen and (max-width: 767px) {

    .crowd-video-wrap {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .about-wrapper {
        padding: 0 10px 50px;
    }

    .crowd-video-wrap {
        width: 100%;
        height: 350px;
    }
}