.sheet {
    position:relative
}

@media (min-width: 769px) {
    .sheet--mood .sheet__content {
        margin-top:105px
    }
}

.sheet__footer {
    text-align: center;
    padding:80px 0;
    padding-bottom:50px
}

.sheet__header {
    z-index:1
}

.sheet__mood {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
    overflow: hidden;
    height:100vh
}

.sheet__mood-spacer {
    width: 100vw;
    height:100vh
}

.sheet__mood ~ .sheet__header {
    position: absolute;
    top: 0;
    left: 0;
    width:100vw
}

.sheet__content {
    position:relative;
    z-index: 0;
}

.sheet__footer {
    position: relative
}
