/* =====================================
   EXACT MATCH RIGHT BOBA TO CENTER BOTTOM
===================================== */

body.home-page .boba-right-panel,
body.home-page .boba-final-clean,
body.home-page .hard-boba-panel,
body.home-page .locked-boba-panel {
  overflow: visible !important;
}

body.home-page .locked-boba-wrap {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.home-page .boba-exact-match-img,
body.home-page .boba-right-panel img,
body.home-page .boba-final-clean img,
body.home-page .hard-boba-panel img,
body.home-page .locked-boba-photo {
  width: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
