.elementor-location-header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 9999;
transition: height 1s cubic-bezier(0.25, 0.1, 0.25, 1.0);
}
@media screen and (min-width: 1025px) {
.shrinking-logo.js-scrolling  img {
max-width: 40%!important;
-webkit-transition: height 0.2s; 
-moz-transition: height 0.2s; 
-ms-transition: height 0.2s; 
-o-transition: height 0.2s; 
transition: height 0.2s; 
}
}