.parallax-image.imParallax.pluginAppObj_13_107{
    height: 300px;
    cursor: default;
}

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

}

.parallax-image.imParallaxBackground.pluginAppObj_13_107:hover {
    filter: blur(2.7px);

}