 @media (pointer:none), (pointer:coarse) {
  _::-webkit-full-page-media, _:future, :root #top-container.fix-mobile-top {   
         top: 0 !important;
    
    }
    
     _::-webkit-full-page-media, _:future, :root #menu.fix-mobile-top {
            top: 3rem !important;
    }
 }
 
 
 
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) and (pointer:none),
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) and (pointer:coarse){
    #top-container.fix-mobile-top {
        top: 0 !important ;
    }
    #menu.fix-mobile-top{
        top: 3rem !important ;
    }
             
         
}
 