body {background: #100903; color: #CCCBA6;}

.wrapper {max-width: 1024px;}
.header {
    padding: 0 10px;
}
.header h1 {
    font-size: 36px;
    font-weight: normal;
}
.block-content .block-top {
    background: url(../bg.html) no-repeat;
    background-size: cover;
    background-position: center;
}
.block-content .block-1 {
    margin-top: 5%;
}

@media only screen and (min-width: 768px) {
    .header h1 {
        font-size: 50px;
    }
    .block-content .block-top {
        height: 570px;
        background-size: 115%;
        background-position: center top;
    }
    .block-content .block-1 {
        margin-top: auto;
        padding: 45px;
    }
}

@media only screen and (min-width: 1024px) {
    .block-content .block-top {
        height: 570px;
        background-size: cover;
        background-position: center top;
    }
    .block-content .block-1 {
        padding: 80px;
    }
}