/* WMW V29 C2.1 — scoped mobile geometry correction for protected pages 4890 and 4016. */
@media only screen and (max-width: 767px) {
  body.page-id-4890 header .logo_wrapper,
  body.page-id-4016 header .logo_wrapper {
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 96px);
  }

  body.page-id-4890 header .q_logo,
  body.page-id-4890 header .q_logo a,
  body.page-id-4016 header .q_logo,
  body.page-id-4016 header .q_logo a {
    left: 0;
    max-width: 100%;
  }

  body.page-id-4890 header .q_logo a,
  body.page-id-4016 header .q_logo a {
    width: 100% !important;
  }

  body.page-id-4890 header .q_logo img.mobile,
  body.page-id-4016 header .q_logo img.mobile {
    width: auto !important;
    max-width: 100% !important;
  }
}
