/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the body font size on small devices */

/**
 * Generic class for Responsive
 */
.mobile {
  display: block !important;
}

.no-mobile {
  display: none !important;
}

/* =============================================================================
    Base Grid Sizes - 2 columns
   ========================================================================== */

.box {
  margin: 5px 1%;
}

.mobile-w-1 {
  width: 48%;
}

.mobile-w-2 {
  width: 99%;
}

.mobile-h-1 {
  height: 150px;
}

.mobile-h-2 {
  height: 310px;
}

.mobile-h-3 {
  height: 470px;
}

.mobile-h-4 {
  height: 630px;
}

.mobile-h-5 {
  height: 790px;
}

.mobile-h-6 {
  height: 950px;
}