.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.fill-height {
    height: 100%;
}

section.fill-height.forced-collaps { height: auto; }