main {
  background-image: url('../images/new-year/background.png');
  background-position: center top;
  background-size: 120rem 87.5rem;
}
main > * {
  position: relative;
}
main > *:before,
main > *:after {
  background-repeat: repeat-y;
  background-size: 100%;
  content: '';
  height: 100%;
  min-height: 100vh;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 20rem;
  z-index: -1;
}
@media (min-width: 992px) {
  main > *:before,
  main > *:after {
    opacity: unset;
    transform: unset !important;
  }
}
main > *:before {
  background-image: url('../images/new-year/left.png');
  background-position: right top;
  right: 100%;
  transform: translateX(50%);
}
main > *:after {
  background-image: url('../images/new-year/right.png');
  background-position: left top;
  left: 100%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=new-year.css.map */