.Background-fixed {
    background-attachment: fixed;
    background-position: top;
}
.ImageBackgroundWrap {
    position: relative;
    z-index: 43;
    background-size: cover;
    background-repeat: no-repeat;
}

.ImageInnerWrap {
  /*  position: relative;
    z-index: 223;*/
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.TextBackground {
    background-color: rgb(0 45 37 / 67%);
    padding: 10%;
    color: white;
    text-shadow: 2px 2px 1px black;
    font-size: x-large;
    font-family: 'IntroHeadB';
    user-select: none;
}










@media (max-width: 400px) {
.ImageInnerWrap {
    padding-top: 0px;
    padding-bottom: 0px;
}
.TextBackground {
    background-color: rgb(0 45 37 / 40%);
    padding: 10%;
    user-select: none;
	}
}
span {
    color: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    display: inline-block;
    font-family: IntroHeadB;
    margin-bottom: 0rem;
}
}