.parallax {
    width: 100%;
    position: relative;
}
.parallax > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    letter-spacing: 0px;
    color: white;
    max-width: 1200px;
    text-align: center;
    line-height: 1.4em;
}
.parallax img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}