.owl-carousel .owl-item img{display:inline-block;width:auto}.owl-prev{left:-40px}.owl-next{right:-40px}.owl-prev,.owl-next{position:absolute;top:20%}.owl-prev span,.owl-next span{font-size:60px;color:grey}.owl-theme .owl-nav [class*="owl-"]:hover{background-color:transparent}{% for item in module.contents %}{% if item.quote_image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.quote_image.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.quote_image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}{% inline_text field="testimonial_content" value="" %}{% if item.testimonial_image1.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.testimonial_image1.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.testimonial_image1.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}{% if item.testimonial_image2.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.testimonial_image2.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.testimonial_image2.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}{% inline_rich_text field="testimonial_right_content" value="" %}{% endfor %}