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


#project-41 > .container {
    min-height: 32300px;
    /* max-width: 1040px; */
    position: relative;
    z-index: 10;
}

#project-41 {
    position: relative;
}

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

.project-tabs {
    background: #e8e8e8;
}

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

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

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

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

#project-41 .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;
    }

    #project-41 > .container {
        background: url("../bg.png");
    }

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

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

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