#recycle {
    background: url("../images/recycle_1920.jpg") center 0 no-repeat;
    height: 1041px;
}

#recycle .frame {
    position: absolute;
    left: 160px;
    top: 180px;
    width: 549px;
}

@media screen and (max-width: 1366px) {
    #recycle {
        background: url("../images/recycle_1366.jpg") center -70px no-repeat;
        height: 823px;
    }
    #recycle .frame {
        position: absolute;
        left: 75px;
        top: 160px;
        width: 435px;
    }
    #recycle h3 {
        width: 400px;
    }
}

@media screen and (max-width: 960px) {
    #recycle {
        background: url(../images/recycle_960.jpg) center -20px no-repeat;
        height: 655px;
    }
    #recycle .frame {
        padding-top: 73px;
        width: 300px;
        left: 0px;
        top: 60px;
    }
    #recycle h3 {
        width: 320px;
    }
}

@media screen and (max-width: 640px) {
    #recycle {
        background: url(../images/recycle_640.jpg) center -50px no-repeat;
        height: 975px;
    }
    #recycle .frame {
        padding-top: 35px;
        width: auto;
    }
    #recycle h2 {
        width: auto;
    }
}
