.header-container {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.header-wrap {
    position: relative;
}

.header-desc {
    position: absolute;
    text-align: right;
    text-shadow: none;
    color: #555555;
    bottom: auto;
    top: 80px;
    height: 244px;
    max-height: 244px;
    right: 30px !important;
    padding: 0;
}

.header-desc > div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    bottom: 57px;
    right: 30px;
}

.header-desc span {
    text-align: right;
    background: #bb9977;
    color: white;
    padding: 6px 13px;
    display: block;
    font-size: 15px;
    line-height: 1.167em;
    font-style: italic;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.header-desc span + span {
    color: #555555;
    background: rgba(255, 255, 255, 0.7);
}

.header-desc span.big {
    font-size: 20px;
}
