/* FIX FOR MOBILE TEXT AREA WIDTH */
@media only screen and (max-width: 500px) {
    #contact-form textarea {
        width:212px;

    }
}