@charset "utf-8";
/* Mobile overrides */
/* -- iPad and large phones -- */
@media screen and (max-width: 1170px) {
}
/* -- iphone and android smaller devices -- */
@media screen and (max-width: 640px) {
}

