#services { background: rgb(242, 242, 242); }
#services .product_wrapper { width: 25%; text-align: center; float: left; }
#services .product_wrapper a.service { margin: 0px 10px; padding: 20px; border: currentColor; border-image: none; width: auto; height: auto; float: left; opacity: 1; }
#services .product_wrapper.no-bg a.service { background: none; box-shadow: none; }
#services a.service:hover strong { visibility: inherit; }
#services .product_wrapper a.service img { transition:0.3s; width: 100%; margin-top: 10px; max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
#services .product_wrapper.no-bg a.service img { width: 80%; }
#services .product_wrapper a.service:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); }
@media screen and (max-width:767px) {
	#services .product_wrapper { width: 50%; margin-bottom: 20px; }
	#services .product_wrapper a.service { padding: 20px 3px; }
	#services .product_wrapper.no-bg a.service { padding: 0px; }
	#services .product_wrapper a.service strong { margin: 0px; text-align: center; }
	#services .product_wrapper a.service img { width: 70%; }
}
