/* Adding support for one-fith cols */

.columns.is-mobile > .column.is-one-fifth {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 20%;
}
@media screen and (max-width: 768px) {
    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20%;
    }
}
@media screen and (min-width: 769px), print {
    .column.is-one-fifth, .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20%;
    }
}
@media screen and (max-width: 1007px) {
    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20%;
    }
}
@media screen and (min-width: 1008px) {
    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20%;
    }
}
@media screen and (min-width: 1200px) {
    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20%
    }
}
@media screen and (min-width: 1392px) {
    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20%
    }
}