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

.parallax-image.imParallaxBackground.pluginAppObj_70_01 {
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: -70%;
    bottom: -70%;
    filter: sepia(10%);
transition: filter .3s ease-in-out;

}

.parallax-image.imParallaxBackground.pluginAppObj_70_01:hover {
    filter: sepia(100%);

}