.LeftTop, .RightTop, .LeftBottom, .RightBottom, .SoundOn,
.SoundOff, .CornerStickersAudio, .fir_branches {
    height: 160px;
    width: 160px;
    padding: 20px;
    position: fixed;
    z-index: 999;
}


.LeftTop, .RightTop, .LeftBottom, .RightBottom {
    cursor: pointer;
    display: block;
}

.LeftTop a, .RightTop a, .LeftBottom a, .RightBottom a {
    cursor: pointer;
}

.LeftTop {
    top: 5vh;
    left: 0;
}

.RightTop {
    top: 5vh;
    right: 0;
}

.LeftBottom {
    bottom: 0;
    left: 0;
}

.RightBottom {
    bottom: 0;
    right: 0;
}

.SoundOn, .SoundOff {
    bottom: 48vh;
    left: -10px;
}

.CornerStickersAudio {
    top: -100vh;
}

.fir_branches {
    top: 0;
    left: 0;
    width: 100vw;
    height: 48px;
    background: url('../Images/fir_branches.png') repeat-x;
}

.cornerSticker {
    display: block;
}

.CornerAudio {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 50vw;
}

.soundSticker {
    height: 60px;
    width: 60px;
    cursor: pointer;
}

canvas {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.stretch-container.padding-top-branches {
    padding-top: 40px;
}
