.bg-image {
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    -moz-background-size: 100% ; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}