
/* Ueeshop places custom HTML inside a narrower native content column. Keep the homepage modules at the established 1280px standard. */
@media (min-width:769px){
  .hpv2-page{
    width:1280px!important;
    max-width:calc(100vw - 32px)!important;
    margin:40px 0!important;
    position:relative;
    left:50%;
    transform:translateX(-50%);
  }
}
