/* HOME object collage refinements for narrower screens. */
@media (max-width: 920px) {
  body #app #entry.entry .gate-scroll .gate-canvas > .rm-ref-11 {
    --home-s: 0.72 !important;
    left: auto !important;
    right: -2% !important;
    top: 34% !important;
  }

  body #app #entry.entry .gate-scroll .gate-canvas > .rm-ref-17 {
    --home-s: 0.7 !important;
    left: auto !important;
    right: 3% !important;
    top: 40% !important;
  }
}

@media (max-width: 640px) {
  body #app #entry.entry .gate-scroll .gate-canvas > :is(
    .rm-ref-11,
    .rm-ref-16,
    .rm-ref-17,
    .rm-ref-18,
    .rm-ref-29,
    .rm-ref-30
  ) {
    display: none !important;
  }
}
