/* Preserve the original sprawling canvases instead of clipping them to a screen. */
html { overflow-x: auto !important; }
body { overflow: visible !important; }
#SITE_CONTAINER, #site-root, #masterPage, #PAGES_CONTAINER,
body:not(.responsive) #SITE_PAGES { overflow: visible !important; }
/* Artwork must be visible in full, while background media keeps its original fill. */
.wixui-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}
