/*
.lb-outerContainer {
    width: 100% !important;
    max-width: 1000px;
}

 */

.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styles from original bootstrap 4
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
*/