/* ******
 * Global configuration for mobile
* ****** */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {

}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {

}
