h2.v_slide {
    padding: 20px 0 5px 0;
    font-size: 17pt;
}

.video_slides{
    //padding: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.video_slide{
	padding: 10px;
	//border: thick double #32a1ce;
	width: 300px;
	//height: 219px;
}
.video_slide a img{
	width: 100%;
	height: 100%;
}

.video_block{
        display: none;
}
.video_block_popup{
        //height: 90%;
        overflow: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        font-size: 12pt;
        max-width: 1377px;
        margin: auto;
        position: fixed;
        top: 5%;
        left: 15%;
        padding: 20px;
        width: 70%;
        background: #fff;
        border: 1px solid orange;
        border-radius: 4px;
        z-index: 100;
        opacity: 1;
}


.video_block:before {
        content: '';
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        //z-index: 100;
}

.video_block_popup_close {
        position: absolute;
        top: 8px;
        right: 8px;
}

.video_slide_description {
	text-align: center;
	font-weight: 600;
}
