html,
body {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.wrapper {
    display: block !important;
    table-layout: auto !important;
    width: 100%;
    height: auto !important;
    min-height: 100vh;
}

.section-row {
    display: block !important;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.section-row .container {
    margin-left: auto;
    margin-right: auto;
}
