﻿.alumni-story-form {
    display: block;
    width: 100%;
    height: 2800px;
    border: 0;
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
    .alumni-story-form {
        height: 2650px;
    }
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
    .alumni-story-form {
        height: 2600px;
    }
}

@media only screen and (min-width: 890px) {
    /*.alumni-story-form {
        height: auto;
    }*/
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge breakpoint */
    /*.alumni-story-form {
        height: 2600px;
    }*/
}

@media only screen and (min-width: 75em) { /* ~1182px xxlarge break point */
    /*.alumni-story-form {
        height: 2531px;
    }*/
}
