@media (max-width: 768px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  /* This Korean-only recommendation feed has no English records yet. */
  #main-media-review-model { display: none !important; }
  #detail .before-and-after,
  #detail .viewBA-container { overflow: hidden; }
  #detail .viewBA-item-images,
  #detail .viewBA-item-images .image,
  #detail .viewBA-item-images img {
    box-sizing: border-box;
    max-width: 100% !important;
  }
  #detail .viewBA-item-images .image,
  #detail .viewBA-item-images img { width: 100% !important; }
  #detail .viewBA-item-operation-name div { overflow-wrap: anywhere; }
}
