.about-page .background2 {
    padding: 0;
    background-color: transparent;
    margin-top: 22px;
}

.about-page .title-video1 {
    text-align: center;
    color: #4d4d4b;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    padding-bottom: 52px;
}

.about-page .video-content {
    *zoom: 1;
    display: flex;
    flex-wrap: wrap;
}

.about-page .video-content:after {
    content: " ";
    display: table;
    clear: both;
}

.about-page .video-content__right {
    width: 190px;
}

.video-content__left-wrapper {
    width: calc(100% - 190px - 40px);
    margin-right: 40px;
    margin-left: 0;
    padding-bottom: 20px;
}

.about-page .video-content__left {
    overflow: hidden;
    height: 405px;
}

.about-page .video-content__left iframe {
    height: 100% !important;
    width: 100% !important;
    display: block;
}

.about-page .video-content__right_item {margin-bottom: 15px;}

.about-page .video-content__right_item:hover {
    cursor: pointer;
    /* background: rgba(220, 220, 220, 0.5); */
}

.about-page .video-content__right_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#wrapper .about-page .video-content__right_item_preview {
    width: 100%;
    position: relative;
    margin-right: 10px;
}
#wrapper .about-page .video-content__right_item_preview:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%) url('/local/templates/strong/img/blue-new-interface/play.png')no-repeat;
    background-position: center;
}
#wrapper .about-page .video-content__right_item_preview img{
    width: 100%;
    height: 96px;
    object-fit: cover;
}
#wrapper .about-page .video-content__right_item_meta {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#wrapper .about-page .video-content__right_item_meta p {
    margin-bottom: 0;
    padding: 0px;
}

#wrapper .about-page .video-content__right_item_name {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #19398B;
}
.video-content__left-name{
    margin-top: 10px;
}
#wrapper .about-page .video-content__left-name .video-content__right_item_name{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #19398B;
    margin-bottom: 6px;
}

.video-content__left-description{}
#wrapper .video-content__left-wrapper .video-content__left-description .video-content__right_item_description{
    margin: 0;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
/* or 140% */
    color: #32373E;
}
#wrapper .about-page .video-content__right_item_views {
    color: #8299ab;
}


#wrapper .about-page .video-content__right_item_duration {
    position: absolute;
    right: 3px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    bottom: 3px;
    font-weight: bold;
}

.about-page .video-content__right_item_author,
.about-page .video-content__right_item_description,
.about-page .video-content__right_item_views {
    font-size: 14px;
    color: #777;
    padding-bottom: 10px;
}

.video-content__left-wrapper .video-content__right_item_description {
    padding: 0px;
    margin: 24px 0px 0px;
}

.video-content__right_item_meta .video-content__right_item_description {
    display:none;
}
@media only screen and (max-width:1000px) {
    .about-page .video-content__left{
        max-width: 500px;
        margin: auto;
        height: 211px
    }
     .about-page .video-content__right_item {
        margin-bottom: 15px;
        padding: 0;
        display: flex;
    }
    #wrapper .about-page .video-content__left-name .video-content__right_item_name{
        font-family: Fira Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;

color: #19398B;
    }
    #wrapper .video-content__left-wrapper .video-content__left-description .video-content__right_item_description{
        font-family: Fira Sans;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 21px;
/* or 140% */


color: #32373E;
    }
     #wrapper .about-page .video-content__right_item_preview {
        float: none;
        width: 146px;
        height: 74.88px;
        margin-right: 16px;
        min-width: 146px;
    }

    #wrapper .about-page .video-content__right_item_meta {
        float: none;
        width: calc(100% - 162px);
    }
}

@media only screen and (max-width: 760px) {
    .video-content__left-wrapper {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .about-page .video-content__right {
        width: 100%;
    }
}