.container-scrolling {
position: relative!important;
bottom: -276px!important;
-webkit-transition: bottom 1000ms ease-out!important;
-moz-transition: bottom 1000ms ease-out!important;
-ms-transition: bottom 1000ms ease-out!important; 
-o-transition: bottom 1000ms ease-out!important; 
   transition: bottom 1000ms ease-out!important;
}
.text-scrolling {
-webkit-transition: opacity 500ms ease-out!important;
-moz-transition: opacity 500ms ease-out!important;
-ms-transition: opacity 500ms ease-out!important; 
-o-transition: opacity 500ms ease-out!important; 
transition: opacity 500ms ease-out!important;
}
.text-scrolling.js-scrolling {
opacity: 0!important;
}
.container-scrolling.js-scrolling {
bottom: -130px!important;
}
.sticky-header {
transition: 0.2;
}
.sticky-header.js-scrolling {
transform: translateY(-100%);
transition: .2s ease-in;