Flexbox Stretch Height

.flex-2 {
    display: flex;  
    align-items: stretch;
}
Bad Bird