.scroll-effect-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}

.scroll-effect-section {
  border-radius: 0;
  transition: width 0.3s ease, border-radius 0.3s ease;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100vw !important;
  text-shadow: 0px 0px 15px #000;
}

@media (min-width: 1200px) {
  .scroll-effect-section {
    max-width: none;
  }
}
