@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #contactFormContainer {
        height: 750px !important;
    }
}
@media only screen and (min-width: 575px) and (max-width: 768px) {
    #contactFormContainer {
        height: 850px !important;
    }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
    #contactFormContainer {
        height: 1120px !important;
    }
}