.puzzle-testimonials {
	display: flex;
    align-items: center;
	-padding-top: 100px;
	height: 100vh;
	min-height: 740px;
	position: relative;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}

.puzzle-testimonials .row h2 {
	position: relative;
	color: white;
	margin-bottom: 150px;
	text-align: center;
}
.puzzle-testimonials .vid-wrapper {
	width: 100vw;
    height: 102vh;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 0px;
    z-index: 0;
    overflow: hidden;
    min-height: 750px
}
.puzzle-testimonials video {
    position: absolute;
    z-index: -1
}
.puzzle-testimonials .vid-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.puzzle-testimonials .owl-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
}
.puzzle-testimonials .owl-carousel .owl-item {
    display: flex;
    height: auto !important;
}
.puzzle-testimonials .owl-carousel .owl-item.active.center {
    transform: scale( 2, 2 );
    transition: all 0.5s ease-in-out;
	z-index: 200;
	box-shadow: 0 5px 6px rgba(0,0,0,0.5);
}
.puzzle-testimonials .owl-carousel .img-wrapper {
	width: 50px;
	height: 50px;
	padding: 10px;
	display: flex;
    align-items: center;
	border-radius: 100px;
	box-shadow: 0 5px 6px rgba(0,0,0,0.5);
}
.puzzle-testimonials .owl-carousel .img-wrapper.square-image {
	padding: 0;
	border-radius: 0;
}
.puzzle-testimonials .owl-carousel img:not(.rating-image) {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 100;
}
.puzzle-testimonials .owl-carousel img.rating-image {
	width: 125px;
	height: 33.5px;
}
.puzzle-testimonials .owl-carousel .testimonial {
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	padding: 10px 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
.puzzle-testimonials .owl-carousel .testimonial {
	background-color: white;
	width: 100%;
}
.puzzle-testimonials .owl-carousel .testimonial .testimonial-source {
    width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.puzzle-testimonials .owl-carousel .testimonial .source-info p {
	margin-bottom: 0;
	text-align: left;
	font-size: 10px;
}
.puzzle-testimonials .owl-carousel .testimonial .source-info p span {
	font-weight: bold;
}
.puzzle-testimonials .owl-carousel .testimonial .source-info .glyphicon {
	font-size: 8px;
}
.puzzle-testimonials .owl-carousel .testimonial .source-info a {
	text-decoration: none;
}
.puzzle-testimonials .owl-carousel .testimonial .source-info a:hover {
	text-decoration: underline;
}
.puzzle-testimonials .owl-carousel .testimonial blockquote {
	margin: var(--s-spacing) 0;
	padding: 0;
}
.puzzle-testimonials .owl-carousel .testimonial blockquote p {
	display: block;
	font-size: 10px;
	margin-bottom: 0;
}
.puzzle-testimonials .owl-carousel .testimonial blockquote:before {
	content: close-quote;
	font-size: 0;
}
.puzzle-testimonials .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.puzzle-testimonials .owl-carousel .owl-stage-outer {
	z-index: -1;
}
.puzzle-testimonials .owl-nav {
	position: relative;
	width: 100%;    
	max-width: 960px;
    margin: 9% auto;
	z-index: -1;
}
.puzzle-testimonials .owl-next {
	float: right;
}
.puzzle-testimonials .owl-prev {
	float: left;
}
.puzzle-testimonials .owl-nav .genericon {
	width: 50px;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	border-radius: 100%;
	transition: 0.2s;
	background-color: rgba(255,255,255,0.5);
} 
.puzzle-testimonials .owl-nav .genericon:hover {
	background-color: white;
}
@media (min-width: 1430px) {
	.puzzle-testimonials video {
		width: 100vw;
	}
}
@media (max-width: 992px) {
	.puzzle-testimonials .owl-nav {
		max-width: 80%;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .testimonial-source {
		flex-direction: column;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .source-info {
	    margin-left: 0;
	    margin-top: 20px;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .source-info p {
	    text-align: center;
	}
}
@media (max-width: 768px) {
	.puzzle-testimonials .row {
		max-width: calc(100% - 40px);
		margin: 0 20px;
	}
	.puzzle-testimonials .row h2 {
		margin-bottom: 30px;
	}
	.puzzle-testimonials .owl-carousel .owl-item.active.center {
		transform: none;
		border: none;
	}
	.puzzle-testimonials .owl-carousel .owl-stage {
		flex-wrap: nowrap;
	}
	.puzzle-testimonials .owl-carousel .owl-item .img-wrapper {
		width: 100px;
		height: 100px;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial blockquote p,
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .source-info p {
		font-size: 16px;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .source-info .glyphicon {
		font-size: 12px;
	}
	.puzzle-testimonials .owl-nav {
		margin: 50px auto;
	}
}
@media (max-width: 375px) {
	.puzzle-testimonials {
		padding-top: 0;
	}
	.puzzle-testimonials .row h2 {
	    margin-bottom: 10px;
	    font-size: 20px;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial blockquote p,
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .source-info p {
		font-size: 14px;
	}
	.puzzle-testimonials .owl-carousel .owl-item .testimonial .source-info .glyphicon {
		font-size: 10px;
	}

	.puzzle-testimonials .owl-carousel .owl-item .testimonial .img-wrapper {
		overflow: hidden;
	}
}

/*** Admin Editor Display ***/
.acf-block-preview .puzzle-testimonials {
	overflow: hidden;
	height: auto;
}
.acf-block-preview .puzzle-testimonials .row {
    max-width: 1100px;
    padding: 0 50px;
    margin: auto;
}
.acf-block-preview .puzzle-carousel .row p {
	margin-bottom: 50px;
}
.acf-block-preview .puzzle-testimonials .owl-carousel {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 48%);
	grid-column-gap: 4%;
	grid-row-gap: 30px;
}
.acf-block-preview .puzzle-testimonials .vid-wrapper {
	height: 100%;
}