/* Article background */
.article-background-wrapper {
    min-height:160px;
    color:#ffffff;
    background:#4a4b5c;
    text-align:center;
    padding:20px 0;
    z-index: -2;
    position: relative;
    margin-top: -32px;
    padding-top: 52px;
}

.article-background-wrapper .page-background {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 0;
    height: 100%;
}

.article-background-wrapper .thumb,
.article-background-wrapper .description {
    position:relative;
    color:#ffffff;
}

.article-background-wrapper h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    position:relative;
    color: #ffffff;
}

.article-background-wrapper .background-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat:no-repeat;
    background-position:top center;
}