.services-mosaic > .service {
	overflow: hidden;
}
.services-mosaic > .service > a {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 1;
}

.services-mosaic > .service > .service_helper > h5 {
	padding: 8px 17px 10px;
	transition: background-color .3s ease, color .3s ease;
}

/*.services-mosaic > .service > a {
	box-sizing: border-box;
	border: 7px solid transparent;
	transition: border-color .3s ease;
}
.services-mosaic > .service > a:hover {	
	border-color: #F4F4F4;
}*/
.services-mosaic > .service > a:hover + .service_helper > h5 {
    background-color: #F4F4F4;
    color: #161616;
}
.services-mosaic > .service[style*="background-color: #F4F4F4;"] > a:hover + .service_helper > h5 {
    background-color: #161616;
    color: #F4F4F4;
}
.services-mosaic > .service[style*="background-color: #B6292F;"] > a:hover + .service_helper > h5 {
    background-color: #fff;
    color: #B6292F;
}
.woocommerce .product .button.add_to_cart_button {
    display: none;
}