/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
		
	.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
		height: 150px;
		width: 150px;
	}
	
	.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
		margin: 45px 0 0 45px;
		padding: 30px 80px 30px 130px;
	}
	
	.uxb-tmnl-testimonial-item blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	
	.uxb-tmnl-testimonial-item blockquote p,
	.uxb-tmnl-testimonial-wrapper.style2 blockquote p {
		font-size: 17px;
	}
	
	.uxb-tmnl-testimonial-item .uxb-tmnl-cite {
		font-size: 14px;
	}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
		
	.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
		height: 100px;
		width: 100px;
	}
	
	.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
		padding: 30px 80px 30px 70px;
	}
	
	.uxb-tmnl-testimonial-wrapper.style2 {
		width: 100% !important;
	}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
		
	.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
		display: none !important; /* use "important" to override the style set from JS */
	}
	
	.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper,
	.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-blockquote-wrapper {
		background: none;
		margin-left: 0;
		padding: 30px;
		width: 100%;
	}

}