.one-third {
    flex: 33%;
}

.two-thirds {
    flex: 67.6%;
}

.half {
    flex: 50%;
}

.full {
    flex: 100%;
}