.box {
    overflow: auto;
    zoom: 1;
    display: table;
    width: 100%;
}

.box:after {
    content: '';
    display: block;
    clear: both;
}