/**
 * @file
 * Landing panel layout
**/

/* Override bootstrap defaults to meet design requirements */
@media (max-width: 480px) {
  .cols-3 .col {
    width: 100%;
  }
}
