.sticky-bar{background:#0a7da0;height:60px;padding:20px 10px;position:fixed;top:-60px;transition:.3s linear;width:100%;z-index:1}.sticky-bar.scrolled{top:0}.sticky-bar .container{align-items:center;display:flex;height:100%;justify-content:center}.sticky-bar img{max-height:100%;max-width:100%}