/* MEDIA MOBILE */
@media (max-width: 800px)
{
    .brand {
      font-size: 2.5rem;
      top: 1px;
      left: -10px;
    }

    .brand .studio {
      font-size: 1.4rem;
      position: relative;
      top: -1px;
    }

    .brand .sequoia {
      position: relative;
      top: -1px;
    }

    .banner-catchphrase {
      font-size: 1.0rem;
      padding: 12px 12px 0px 12px;
      margin-top: 10px;
    }

    .banner-catchphrase.add_top_margin_8 {
      margin-top: 32px;
    }

    .banner-catchphrase {
      text-align: center;
      padding: 10px 10px 0px 10px;
      font-family: 'WestwingMono', serif;
      font-size: 1.2rem;
      color: #121212;
      background: #ffffff;
      min-height: 48px;
      margin-top: 16px;
    }

    .banner-sub {
      font-size: 1rem;
      margin-top: 6px;
      margin-bottom: 4px;
    }

  }