.sticky-bar {
    position: sticky;
    top: 0;
    background-color: #e99a48;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 300;
    color: white;
    font-size: 20px;
    z-index: 999;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.sticky-content {
    position: relative;
    display: inline-block;
    white-space: nowrap;

}