.videoask-main {
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.videoask-main iframe {
	height: 100%;
	width: 100%;
}
.reco-btn.btn.btn-default {
	margin: 15px auto 35px auto;
	width: 240px;
	height: 50px;
	background-repeat: no-repeat;
	border-radius: 3px;
	user-select: none;
	cursor: pointer;
	color: rgb(255, 255, 255);
	background-color: rgb(10, 203, 119);
	border: none;
	font-size: 19px;
}
#upload-content .fancybox-close-small {
	top: 0;
	right: 0;
}
#upload-content .fancybox-close-small::after{
	content: 'X';
}
#clipchamp-button {
	width: 100%;
	float: left;
	text-align: center;
}
#clipchamp-button > div {
	margin: 15px 0 35px 0px !important;
	width: 272px !important;
	height: 56px !important;
}
/*video review start*/
.video-review-main {
	padding-bottom: 10px;
}
.v-review{
	float: left;
	width: 100%;
}
.v-btn{
	text-align: center;
}
.v-btn button{
	background-color: #ffa300;
	color: #fff;
	font-size: 22px;
	padding: 20px 50px;
	border: none;
	border-radius: 4px;
	margin-top: 38px;
	margin-bottom: 43px;
}
.video-review{
	float: left;
	width: 100%;
}
.video-review-blk{
	width: calc(100%/3 - 12px);
	float: left;
	margin-right: 18px;
}
.video-review-blk:last-child{
	margin-right: 0;
}
.video-review-blk:nth-child(3),.video-review-blk:nth-child(6){
	margin-right: 0;
}
.video-review-blk{
	margin-bottom: 45px;
}
.video-review-img {
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	max-height: 210px;
}
.video-review-img img.reviewback {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 4px #ccc;
	height: 210px;
	object-fit: cover;
}
.video-review-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: left;
}
.paly-pause {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80px;
    top: 0;
    bottom: 0;
    max-height: 80px;
}	
.text-caption-left {
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}
.text-caption-left img {
	width: 45px;
	height: 45px;
	border-radius: 25px;
	object-fit: cover;
}
.text-caption-right{
	display: inline-block;
	vertical-align: middle;
}
.text-caption {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.text-caption-right h3{
	color: #ffa300;
	font-size: 17px;
	font-weight: 700;
}
.text-caption-right p{
	color: #3e3d3d;
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
}
.fancybox-slide video {
	display: inline-block;
	max-width: 950px;
	padding: 0;
	width: 100%;
}
.video-review-inner.justify-center{
	justify-content: center;
}
.wistia_click_to_play img {
	max-height: 210px !important;
	object-fit: cover;
}
.review-switching a{
	display:inline-flex;
	align-items:center;
}
@media (max-width: 1024px){
	.video-review-blk {
	    width: calc(100%/2 - 15px);
	    margin-right: 0;
	}
	.video-review-blk:nth-child(2), .video-review-blk:nth-child(4) {
	    margin-right: 0;
	}
	.video-review-img img.reviewback{
		height: 220px
	}
	.video-review-inner{
		justify-content: space-between;
	}
	.wistia_click_to_play img{
		max-height: unset !important; 
	}
	.video-review-img {
		max-height: unset; 
	}
}
@media (max-width: 680px){
	.video-review-img img.reviewback {
			height: 160px;
	}
	.paly-pause{
		max-width: 55px;
	}
	.video-review-blk{
		margin-bottom: 25px;
	}
	.video-review-blk {
		width: calc(100%/2 - 15px);
	}
}
@media (max-width: 520px){		
	.clip-arrow img{
		left: unset;
	}
}
@media (max-width: 520px){		
	.video-review-blk {
		width: 100%;
	}
	.video-review-img img.reviewback {
		height: unset;
	}
	.video-review-blk{
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.video-review-blk:first-child {
		margin-top: 0;
	}
}