.parallax-image.imParallax.pluginAppObj_9_32{
    height: 550px;
    cursor: default;
}

.parallax-image.imParallaxBackground.pluginAppObj_9_32 {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -50%;
    bottom: -50%;
    filter: grayscale(0%);
transition: filter .3s ease-in-out;

}

.parallax-image.imParallaxBackground.pluginAppObj_9_32:hover {
    filter: grayscale(80%);

}