body {
    margin: 0;
    padding: 0
}

.image-background {
    /* background-position-y:  100px;  */
    /* background-position: center bottom 100px; */
    background-position: center;
}

.image-gradient {
    background: linear-gradient(to top, #ffffff 25%, transparent 90%);
}