.materials-slider-wrapper {
  position: relative;
  max-width: 1920px;
  min-width: 375px;
  max-height: 900px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  background-color: #1A2130;
  overflow: hidden;
}
.materials-slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(/img/materials-landing/materials-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 1920px;
}/*# sourceMappingURL=materials.styles.css.map */