/*******************************************************************************
Add your styles here
 *******************************************************************************/
#contact-page iframe {

    border:0;
    width: 100%;
    max-height: 300px;
    max-height: 50vh;
}

@media (min-width:1036px) {
    #contact-page iframe {
        height: 100%;
        max-height: 100%;
    }
}
