﻿.contact {
    padding-top: 50px;
    padding-bottom: 0px;
}
@media only screen and (min-width: 400px) and (max-width: 1079px) {
    iframe#frm {
        width: 1200px;
        height: 3500px;
    }
}
@media only screen and (min-width: 1080px) {

    iframe#frm {
        width: 1200px;
        height: 3100px;
    }
}
@media only screen and (max-width: 400px) and (min-width: 300px) {
    iframe#frm {
        width: 1200px;
        height: 3800px;
    }
}

/**/