/* Mobile First Responsive Design */

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
}

body {
    padding: 0 !important;
}

/* ========================================================================
   Responsive Images
   ======================================================================== */
img {
    max-width: 100%;
    height: auto;
}
