.background-container {
    position: absolute;
    flex-shrink: 0;
    height: 60vh;
    width: 100%;
    background: url(../images/chrzest/photo_1.jpg) no-repeat center center fixed;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
  }