/* CSS Document */

.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial { position:relative; background:#000; font-size:120%; line-height:1.7em; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-image-wrapper { background:#fff; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-image { background-position:center; background-size:cover; height:100vh; width:100%; position:absolute; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-text { position:relative; height:100vh; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-text .container { height:100%; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-text .container .row { display:flex; align-items:center; justify-content:center; height:100%; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-paragraph { color:#fff; margin-bottom:.8em; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-name { color:#fff; font-weight:700; font-size:80%; line-height:1.4em; }
.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-position { color:#fff; font-size:60%; line-height:1.4em; }


@media screen and (max-width: 767px) { 
	.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial { text-align:center; }
	.ccm-block-testimonial-wrapper.full-width .ccm-block-testimonial-image { opacity:.4; }
	.ccm-block-testimonial-wrapper.full-width .col:first-child { display:none; }
}
