body#cms #content-wrapper,
body#cms #main,
body#cms #content,
body#cms .page-content {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

body#cms #content-wrapper,
body#cms #content,
body#cms .page-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body#cms .breadcrumb {
    display: none;
}

.btn-primary {
    background-color:#15803d;
}

#wrapper {
    background: transparent;
}