/* ph-home__base.css — safe guards only */
#ph-home-component{
  width:100%;
  overflow-x:hidden;
  overflow-y:visible;
  margin:0 auto;
}
#ph-home-component-inner,
#ph-home-component-inner *{
  box-sizing:border-box !important;
  max-width:100% !important;
  min-width:0 !important;
}

/* Remove top background image line (bg.png) */
html{
  background-image: none !important;
  background-color: #fff !important;
}
