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

.parallax-image.imParallaxBackground.pluginAppObj_10_34 {
    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_10_34:hover {
    filter: grayscale(70%);

}