body {
    margin:0;
}

.ay-generic-intersitial-parent {
    position: relative;
}

.mute,
.unmute {
    position: absolute;
    left: 35px;
    bottom: 0
}

.unmute {
    display: none;
    position:absolute;
    top:90%;
    left:0;
}

.mute {
    position:absolute;
    display: block;
    top:90%;
    left:0;
}

.scroll-down-top {
    color: white;
    top: 10%;
    text-align: center;
    position: absolute;
    font-family: sans-serif;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index:1;
    cursor:default;
}

.scroll-down-bottom {
    color: white;
    top: 90%;
    text-align: center;
    position: absolute;
    font-family: sans-serif;
    left: 50%;
    transform: translate(-50%, -90%);
    z-index:1;
    cursor:default;
}
