/* Shingle grid card image hover (Classic + Rustic) */
#bhs-shingle-classic .bhs-shingle-card-img img,
#bhs-shingle-rustic .bhs-shingle-card-img img {
	transition: transform 0.6s ease;
}

#bhs-shingle-classic a:hover .bhs-shingle-card-img img,
#bhs-shingle-rustic a:hover .bhs-shingle-card-img img {
	transform: scale(1.05);
}
