.system-maintenance-body{
    background-color: #d9620e;
}
@media only screen and (min-width: 48em) {
    .system-maintenance {
        background-size: cover;
        padding-bottom: 25%;
        height: auto !important;
    }
}
@media only screen and (max-width: 48em) {
    .system-maintenance {
        min-height: 150px;
        height: 30vh !important;
    }
}
