
.next-project {
  position: relative;
  height: 100vh;
  overflow: hidden;

  .bg-container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }


}

