.parallax-image.imParallax.pluginAppObj_60{
    height: 800px;
    cursor: default;
}

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

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

}