/* Beginning of Ticket 25488851424 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/inbox/inbox/143112/conversations/25488851424 */

/* reduce titles for Collection Page text on mobile devices - Steve Test 24 Jan 2020  */

@media only screen and (max-width: 767px) {
  body.listing .asset .title {
    /* font-size: 22px; */
    font-size: 14px;
  }

/* reduce site menu font on mobile */

  .header.collapsed nav.menu .main-menu li.menu-item {
    /* font-size: 30px; */
    font-size: 24px;
  }
} /* ends mobile 767px query */

/* End of Ticket 25488851424 */