/* SUBSCENE BUTTONS START */


/* .menu {
    display: none;
    width: 2.8%;
    z-index: 10;
    height: 5%;
    top: 63%;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    background-size: 86% 100%;
    background-position: center;
    left: 87%;
    background-color: #026881;
    background-image: url('../Images/SubSceneButtons/menu-button.png');
}

.repeat-dialog {
    display: none;
    height: 0%;
    width: 0%;
    left: 88%;
    top: 65%;
    background-size: 44% 75%;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    background-color: #026881;
    opacity: 0;
    background-image: url('../Images/SubSceneButtons/Repeat-dialog.png');
}

.view-script {
    display: none;
    height: 0%;
    width: 0%;
    left: 88%;
    top: 65%;
    border: 2px solid #fff;
    background-size: 34% 75%;
    background-position: center;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    background-color: #026881;
    opacity: 0;
    background-image: url('../Images/SubSceneButtons/View-script.png');
}

.repeat-words {
    display: none;
    height: 0%;
    width: 0%;
    left: 88%;
    top: 65%;
    background-size: 59% 75%;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #026881;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    background-image: url('../Images/SubSceneButtons/Repeat-words.png');
} */


/* SUBSCENE BUTTONS END */