.video_block a{
	display: block;
}
.video_block a img{
	width: 100%;
}
.video_testimonial figure{
	position: relative;
	display: block;
	z-index: 0;
	overflow: hidden;
	border-radius: 25px;
	padding-top: 70%;
	background-color: aliceblue;
	margin:0 0 7px 0;
}
.video_testimonial figure img{
	width: auto !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	min-height: 101%;
	min-width: 101%;
	max-width: 120%;
}
.video_testimonial figure:after{
	content:'\F4F2';
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 48px;
	line-height: normal;
	margin-left: -24px;
	margin-top: -26px;
	opacity: 0.8;
	transition: all 0.3s;
}
.video_testimonial{
    border-radius: 34px;
    padding: 10px 10px 5px;
    border: #c7c7c7 solid 1px;
}
.video_testimonial figure:hover:after{
	content:'\F4F2';
	opacity: 1;
}
.video_testimonial article{
    text-align: center;
}
.video_testimonial article h4{
    font-size: 20px;
    margin-bottom: 0px;
}
.video_testimonial article p{
    margin-bottom: 5px;
    font-size: 14px;
	color:#222;
}
.video_testimonial article small{
    color: #9e9e9e;
    font-size: 14px;
	font-weight: 600;
}
.video_testimonial strong{
    color: #ffffff;
}
@media(max-width:576px){
	.video_testimonial{
	    padding: 5px;	
	    border-radius: 29px;
	}
	.top_videos .video_testimonial {
			border-radius: 15px;
	}
	.top_videos .video_testimonial figure {
		border-radius: 14px;
	}
	.top_videos .video_testimonial article {
	  min-height: 100px;
	}
	.video_testimonial article {
	  height:100px;
	}
	#mqscroller2 .video_testimonial article h4 {
	  font-size: 18px;
	  margin-bottom: 4px;
	  line-height: 1.1;
	}
	.top_videos .video_testimonial article h4 {
	  font-size: 18px;
	}
	.top_videos .video_testimonial figure::after {
	  left: 55%;
	  font-size: 35px;
	}
	.video_testimonial figure::after {
	  left: 52%;
	  font-size: 39px;
	}

}
.video_popup_frame{
    position: relative;
    padding-top: 57%;
    background-color: #ececec;
}
.video_popup_frame iframe{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}