/* v0.5.2 — remove homepage side rails and center the product section */
#homeView {
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

.home-operations {
  width: min(1320px, calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .home-operations {
    width: calc(100% - 20px) !important;
  }
}
