#cont_mapa { 
    height: 550px; 
    width: 100%;
    z-index: 0;
}

#cont_mapa_detalles{
    height: 550px; 
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 480px) {
    #cont_mapa { 
        height: auto;
        padding-top: 100%;
    }

    #cont_mapa_detalles { 
        height: auto;
        padding-top: 100%;
    }
    
}

