/* DRUPAL 10 CHANGES */
.kitchen-project,
.showroom,
.furniture {
  overflow-x: hidden;
}
.kitchen-project main#wrap,
.showroom main#wrap,
.furniture main#wrap {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 2em;
}
.showroom main#wrap {
  max-width: 100% !important;
  width: 100% !important;
}
/* .kitchen-project #ng {
  width: 125%;
  transform: translateX(-25%);
} */
.kitchen-project section#main,
.showroom section#main,
.furniture section#main {
  max-width: 1100px;
  width: 92%;
  margin-inline: auto;
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  main#wrap {
    max-width: 100% !important;
    margin-inline: auto;
    overflow-x: hidden;
  }
  .kitchen-project section#main,
  .showroom section#main,
  .furniture section#main {
    max-width: 88%;
  }
}
