
.battle-bg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
}

.super-project.container {
    min-height: 21500px;
    /* max-width: 1040px; */
    position: relative;
    z-index: 10;
}

.super-project {
    position: relative;
}

.super-project .project-tabs {
    position: relative;
    z-index: 100;
}

.project-tabs {
    background: #e8e8e8;
}

.super-project.info-plast .info-column {
    width: 100%;
    padding: 10px;
}

.super-project.info-plast .info-column {
    max-width: none;
}

.projects .txt-box {
    font-size: 18px;
}

.super-project .txt-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.super-project .comments-box ul li {
    margin: 20px 0;
    background: rgba(255, 255, 255, .8);
    display: block;
    padding: 20px;
}

.comments-box h3 {
    color: #fff;
}

.header {
    position: absolute !important;

}

figure {
    position: relative;
    /*max-width: 960px;*/
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1030px) {

    .txt-box img {
        max-width: 100% !important;
        margin: 30px 0;
    }

    .viral-bg {
        display: none;
    }

    .super-project > .container {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 830px) {
    .select-awards-box2 {
        width: 100%;
    }

    .select-awards-box2 > .item2 {
        width: 100%;
    }
}

.super-project .news .block {
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    background: rgba(255, 255, 255, .8);
}