.parallax-bg {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}
