.scene-wrapper.michelle-morren-brand {
    width: 2900vw;
    background-image: linear-gradient(to top,#dfdfdf,#fff 72%);
}

.michelle-morren-brand .full-page-img {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
    mix-blend-mode: darken;
}

.michelle-morren-brand .img-centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

.michelle-morren-brand .img-centered-container img {
    margin-left: auto;
    margin-right: auto;
}