#stage {
    top: 0px;
    left: 0px;
    z-index: 1;
}
.stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    overflow: hidden;
}
#bg {
    background: #0f0f14;
}
#clouds {
    background: transparent url(../images/head/sky1.png) 0 0 repeat-x;
}
#hill2 {
    background: transparent url(../images/head/hill-with-windmill.png) 0 0 repeat-x;
}
#hill1 {
    background: transparent url(../images/head/hill2.png) 0 -30px repeat-x;
}

@media (max-width: 767px) {
    .stage {
        height: 316px;
    }
}