
.no-gutters,
.no-gutters .row,
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > .column,
.no-gutters > [class*="col-"],
.no-gutters > .row > .col,
.no-gutters > .row > .column,
.no-gutters > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.umb-grid .row-narrow-width {
    display: flex;
    justify-content: center;
}

.umb-grid .row-narrow-width .row {
    max-width: 1140px;
    width: 100%;
}

.umb-grid .grid-section > div,
.umb-grid .column > div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
