#contato_form{
    max-width: 600px; 
    max-height: 715px; 
    overflow-y: auto;
}

#contato_info{
    max-width: 400px; 
}

#alert_success{
    width: 100%; 
    height: 715px;
    position: absolute;
    left: 0;
    top: 715px;
    opacity: 0;
}

#alert_error{
    width: 100%; 
    height: 715px;
    position: absolute;
    left: 0;
    top: 715px;
    opacity: 0;
}

#alert_success img, #alert_error img{
    max-height: 350px !important;
}

@media screen and (width < 1024px) {
    #contato_info{
        display: none !important;
    }
}