.member-bar { opacity:1; width:100%; bottom: 0; position: fixed; background: #FFF; z-index: 9998; }

@media (min-width:768px){
	.member-bar { opacity:0; bottom:unset; position:relative; transition:all .3s;  }
	.member-bar.active { transform:translateY(55px); opacity:1; top: 0; position: sticky; background: #FFF; z-index: 9998; }
}