.parallax-image.imParallax.pluginAppObj_43{
    height: 400px;
    cursor: default;
}

.parallax-image.imParallaxBackground.pluginAppObj_43 {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -70%;
    bottom: -70%;
    
}

.parallax-image.imParallaxBackground.pluginAppObj_43:hover {
    animation: flash 2s;

}