/*
Theme Name: Hello Elementor Child
Author: Giulio Blasi
Description: Child theme for Hello Elementor
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#sticky-header{
position: fixed!important;
width: 100%;
top:0px!important;
}
.sticky {
background-color:#000;    
transition: all 0.6s ease;	
}

/* MOBILE */
@media (max-width: 1024px){



}


@media (max-width: 767px){

    #gallery-mod figure{
        max-width:50%!important;
    }

}