.thumb_video { display: block; }
.thumb_video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumb_video.padding_ratio:before {
	padding-bottom: 56.25%;
}
.content_video { 
	position: relative;
	border: 1px solid #80808070;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
.content_video a.title_video {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.content_video i.fas.fa-play {
    position: absolute;
    color: #fff;
    font-size: 25px;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background: #424242d9;
}
.content_video h2 { 
	text-align: center;
	padding: 8px 10px;
    color: #000;
}
.content_video h2:hover { 
	color: var(--second_txt);
}

/* single-video */
.content_single_video iframe {
	display: flex;
	margin: 0 auto;
}
.content_single_video .content_post_video {
	margin-top: 25px;
	text-align: justify;
}
.content_single_video article {
	padding-bottom: 0;
}
/* end-single-video */