.parallax-image.imParallax.pluginAppObj_11_50{
    height: 400px;
    cursor: default;
}

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

}

.parallax-image.imParallaxBackground.pluginAppObj_11_50:hover {
    filter: grayscale(70%);

}