/* Beginning of Ticket 12658291511 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/respond/inbox/unassigned/conversations/12658291511 */

/* To ensure that any scaled logo stays at 1:0 ratio on mobile displays (no enlargement) Panorama */

@media only screen and (max-width: 767px) {}
.gallery .theme_logo img, .listing .theme_logo img, .simple .theme_logo img {
    transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
} /* ends 767px media query */

/* End of Ticket 12658291511 */