#static-footer-frame {
    height: 526px;
}

@media only screen and (min-width:680px) and (max-width: 1145px) {
    #static-footer-frame {
        height: 345px !important
    }
}

@media only screen and (min-width: 1146px){
    #static-footer-frame {
        height: 350px !important
    }
}

