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