/* Remove quote background image */
@media only screen and (max-width: 320px) and (orientation: portrait) {
	.strong-view.#{$template} .wpmtst-testimonial-heading {
		background: none;
		padding-left: 0;
	}
}
