.parallax-image.imParallax.pluginAppObj_10{
    height: 200px;
    cursor: default;
}

.parallax-image.imParallaxBackground.pluginAppObj_10 {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: -75%;
    bottom: -75%;
    filter: blur(1.5px) grayscale(50%);
transition: filter .3s ease-in-out;

}

.parallax-image.imParallaxBackground.pluginAppObj_10:hover {
    filter: blur(3px) grayscale(100%);

}