.parallax-image.imParallax.pluginAppObj_64{
    height: 450px;
    cursor: default;
}

.parallax-image.imParallaxBackground.pluginAppObj_64 {
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -70%;
    bottom: -70%;
    filter: blur(1.5px);
transition: filter .3s ease-in-out;

}

.parallax-image.imParallaxBackground.pluginAppObj_64:hover {
    filter: blur(3px);

}