:root {--max-width:88rem;}
@media only screen and (max-width:55rem){
	.sticky-container{
		z-index:999;
		height:60px!important;
	}
}
@media only screen and (min-width:55rem){
	.sticky-container{
		z-index:999;
		height:84px!important;
	}
}