.pf-hover-blurimage {

	&:hover {
		
		.ld-pf-image {
			
			figure {
				transform: scale(1.05); // Firefox having trouble
			}
		}
	}
}