#guesthouseimage {
    width: 100vw;
    height: 100vh;
}

.overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 7cm;
    background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
}

.imageListLocal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#heroimage {
    width: 100%;
}