.container .top, .container .content, .container .bottom, .container .counters {
    z-index: 100;
    position: relative;
}
.container .top{
    z-index: 105;
    background-color: white;
}

.container .content{
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    margin-left: 0;
}
.container .branding {
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.container .branding.web{
    background-image: url("/templates/modules/news_v2/images/branding/NEWSONE_WEB.jpg");
}

.container .branding.pervak{
    background-image: url("/templates/modules/news_v2/images/branding/PERVAK.jpg");
}

.container .branding.first{
    background-image: url("/templates/modules/news_v2/images/branding/NEWSONE2.jpg");
}
.container .branding.second{
    background-image: url("/templates/modules/news_v2/images/branding/NEWSONE3.jpg");
}