/* This file will hold styles that are loaded using the same media query as the normal grid. */
/*.container-16 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ff00ff;
}
*/

/* this works! use .responsive-layout-normal  in front of items you want to change
.responsive-layout-normal .container-16 #region-sidebar-second.grid-3 {width: 10%; background: #ff00ff !important;}
*/