/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.custom-hover-gallery-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.custom-hover-gallery img.hover-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    width: 100%;
    height: auto;
    z-index: 1;
}

.custom-hover-gallery img.hover-gallery-image.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.custom-hover-gallery img.main {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
}
