.interscroller-wrapper {
    position: relative;

    width: 100%;

    cursor: pointer;
}

.interscroller-bg-wrapper {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;

}

.interscroller-bg {
    position: fixed;
    height: 100%;
    top: 10%;
    backface-visibility: hidden;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .interscroller-bg {
        top: 3%;
    }

}