/* Category 112 shares the accepted desktop showcase proportions. */
@media (min-width:1101px) {
  .wp-catalog-root-panel[data-catalog-root-id="112"] { height:100%; max-height:100%; overflow:hidden; }
  .wp-catalog-root-panel[data-catalog-root-id="112"] .wp-box-menu-showcase { width:100%; height:auto; aspect-ratio:1232/697; align-self:start; padding-top:26px; }
}

@media (max-width:760px) {
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__art {
    top:62px;
    right:-1px;
    bottom:auto;
    width:52%;
    scale:1.08;
    transform-origin:right bottom;
  }
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__photo--bag-navy-tall,
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__photo--bag-winter-blue {
    display:none;
  }
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__mosaic {
    height:auto;
    aspect-ratio:2 / 3;
    grid-template-rows:repeat(3,minmax(0,1fr));
  }
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__photo--bag-ivory-bow {
    grid-column:1/7;
    grid-row:3;
  }
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__photo--bag-burgundy {
    grid-column:7/13;
    grid-row:3;
  }
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__photo--bag-ivory-bow img {
    object-position:46% center;
  }
  .wp-ribbon-menu-showcase .wp-box-menu-showcase__photo--bag-burgundy img {
    object-position:58% center;
  }
}
