#warranty {
    background: url("../images/warranty_1920.jpg") center 0 no-repeat;
    min-height: 816px;
}

#warranty .frame {
    position: absolute;
    left: 618px;
    top: 230px;
    width: 675px;
}

#warranty .frame2 {
    position: absolute;
    left: 728px;
    top: 605px;
    width: 495px;
}

@media screen and (max-width: 1366px) {
    #warranty {
        background: url("../images/warranty_1366.jpg") center 0 no-repeat;
 min-height: 550px;

    }
    #warranty .frame {
        position: absolute;
        left: 448px;
        top: 130px;
        width: 475px;
    }
    #warranty .frame2 {
        position: absolute;
        left: 538px;
        top: 421px;
        width: 385px;
    }
}

@media screen and (max-width: 960px) {
    #warranty {
        background: url("../images/warranty_960.jpg") center 0 no-repeat;
        height: 800px;
    }
    #warranty .frame {
        padding-top: 73px;
        width: 580px;
        left: 50px;
        top: auto;
    }
    /*    #warranty h2 {
        width: 400px;
    }
*/
    #warranty .frame2 {
        position: absolute;
        left: 138px;
        top: 303px;
        width: 465px;
    }
}

@media screen and (max-width: 640px) {
    #warranty {
        background: url("../images/warranty_640.jpg") center 0 no-repeat;
        min-height: 353px;
    }
    #warranty .frame {
        padding-top: 60px;
        width: auto;
        left: 20px;
    }
    #warranty .frame2 {
        top: 360px;
        left: 30px;
        width: auto;
    }
}
