.ytvideos-pp, .video_bloc{
    color: #000000;
}

.ytvideos-pp .ytvideos-line, .video_bloc .video-pp{
    margin: 0;
    padding: 0;
}

.ytvideos-pp .ytvideos-line > li, .video_bloc .video-pp{
    display: inline-block;
    vertical-align: top;
    margin: 0 1.9em 3em 0;
    /*width: 30%;*/
    max-width: 320px;
    border-bottom: 1px solid #000000;
    padding-bottom: 2em;
    text-align: center;
}

.ytvideos-pp iframe.ytvideo, .video_bloc .video-pp iframe{
    width: 315px;
    height: 175px;
}

.ytvideos-pp .content_info, .video_bloc .video-pp .video-pp__caption{
    text-align: left;
}
/*.ytvideos-pp a{*/
    /*color: #000000;*/
/*}*/

/*.ytvideos-pp a:hover, .ytvideos-pp a:focus, .ytvideos-pp a:active {*/
    /*text-decoration: inherit;*/
    /*color: #000000;*/
    /*cursor: pointer;*/
/*}*/

/*.ytvideos-pp .ytvideo_content_img{*/
    /*position: relative;*/
/*}*/

/*.ytvideos-pp .ytvideos_thumb{*/
    /*display: inline-block;*/
    /*border-bottom: 1px solid #000000;*/
    /*vertical-align: top;*/
/*}*/

/*.ytvideos-pp img{*/
    /*width: 100%;*/
/*}*/

/*.ytvideos-pp .ytvideo_content_img .play_video{*/
    /*position: absolute;*/
    /*top: 23%;*/
    /*left: 30%;*/
    /*width: 40%;*/
    /*height: auto;*/
/*}*/

.ytvideos-pp .ytvideos_date, .video_bloc .video-pp .video-pp__caption .videos_date{
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd';
    font-size: 1.4em;
    margin: 0;
    letter-spacing: 1px;
    white-space: pre-line;
}

.ytvideos-pp .ytvideos_title, .video_bloc .video-pp .video-pp__caption .videos_title{
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd-Bold';
    font-size: 1.6em;
    margin: 0;
    letter-spacing: 1px;
    white-space: pre-line;
}

.ytvideos-pp .ytvideos_author, .video_bloc .video-pp .video-pp__caption .videos_author{
    font-family: 'TradeGothicLTStd-Bold';
    font-size: 1.6em;
    margin: 0;
    letter-spacing: 1px;
    white-space: pre-line;
}

.ytvideos-pp .ytvideos_duration, .video_bloc .video-pp .video-pp__caption .videos_duration{
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd';
    font-size: 1.4em;
    margin: 0;
    letter-spacing: 1px;
    white-space: pre-line;
}

/*.popup_video{*/
    /*max-width: 1117px;*/
    /*position: absolute;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,0.8);*/
    /*display: none;*/
    /*top: 0;*/
    /*z-index: 88;*/
    /*width: 100%;*/
/*}*/

/*.popup_video .cross-close-video{*/
    /*font-family: 'TradeGothicLTStd';*/
    /*font-size: 8em;*/
    /*color: white;*/
    /*right: 3%;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*-ms-transform: rotateZ(45deg); *//* IE 9 */
    /*-webkit-transform: rotateZ(45deg); *//* Chrome, Safari, Opera */
    /*transform: rotateZ(45deg);*/
    /*cursor: pointer;*/
/*}*/

/*.popup_video .description_video{*/
    /*font-family: 'TradeGothicLTStd';*/
    /*font-size: 1.4em;*/
    /*color: white;*/
    /*margin-top: 1em;*/
    /*padding: 0 2em;*/
/*}*/

/*.popup_video #ytplayer{*/
    /*margin: 20% auto 0;*/
    /*display: block;*/
/*}*/


@media screen and (min-width: 768px) {

    .ytvideos-pp .ytvideos-line > li:nth-child(3n), .video_bloc .video-pp:nth-child(3n){
        margin: 0 0 3em 0;
    }
}

@media screen and (max-width: 767px) {
    /*.ytvideos-pp .ytvideos-line > li{*/
        /*max-width: 47%;*/
    /*}*/

    /*.ytvideos-pp .ytvideos-line > li:nth-child(3n){*/
        /*margin: 0 1.9em 3em 0;*/
    /*}*/

    /*.ytvideos-pp .ytvideos-line > li:nth-child(2n){*/
        /*margin: 0 0 3em 0;*/
    /*}*/
    .ytvideos-pp .ytvideos-line, .video_bloc .video-pp{
        text-align: center;
    }

    .ytvideos-pp .ytvideos-line > li, .video_bloc .video-pp{
        margin: 0 0 3em 0;
    }
}
