En Chrome:
http://prntscr.com/cd3u6l
En Mozilla:
http://prntscr.com/cd3ue1
Codigo Css
#padre{
width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
Nota: Estoy usando el autoprefixer de Prepros
Saludos...