﻿body {
}
/* COMMENT when pushing  UNCOMMENT WHEN WORKING*/
@media (min-width:1421px) {
    .header > .container {
        width: 1350px !important;
    }
    /* COMMENT THIS WHEN PUSHING*/
    .header > .container {
        width: 100% !important;
    }

    .side-width {
        max-width: 98% !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}
