/* MOBILE STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the mobile layout of your site */
@media only screen and (max-width: 767px) {
    /* Mobile styles go below this line */
    
#main-inner {
    width: 100%;
}

}