.game-container .word-quest {}

.game-container .word-quest .video .video-container {
    background-color: #1c5a70;
    border: 3px solid #1c5a70;
    position: absolute;
    margin-left: 19.25%;
    margin-top: 15%;
    width: 61.5%;
    height: 55%;
    box-shadow: .5vh .5vh 2vh rgba(28, 90, 112, 0.65);
}

.game-container .word-quest .video .video-container video {
    width: 100%;
    height: 100%;
}

.game-container .word-quest .video .loader-container {
    top: calc(50% - 100px);
    left: 50%;
    position: absolute;
}

.game-container .word-quest .video .controls {
    position: absolute;
    margin-left: 44.25%;
    margin-top: 55%;
    width: 11.25%;
    height: 21.6%;
}

.game-container .word-quest .video .controls .play-button {
    width: 60%;
    left: 25%;
    height: 42%;
    bottom: 2.5%;
}

.game-container .word-quest .practice .word-container {
    position: absolute;
    margin-left: 0;
    margin-top: 15%;
    width: 100%;
    height: 20%;
    color: #fff;
    font-size: 20vh;
    line-height: 20vh;
    text-align: center;
}

.game-container .word-quest .practice .controls {
    position: absolute;
    margin-left: 33%;
    margin-top: 35%;
    width: 33.75%;
    height: 14.5%;
}

.game-container .word-quest .practice .controls .audio-button {
    position: absolute;
    width: 23.2%;
    left: 8%;
    height: 72%;
    bottom: 5%;
}

.game-container .word-quest .practice .controls .next-button {
    position: absolute;
    width: 55.65%;
    left: 39%;
    height: 75%;
    bottom: 6%;
}

.game-container .word-quest .list-container {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30%;
    top: 14%;
    z-index: 1;
    padding: 0 2vh;
}

.game-container .word-quest .list {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
}

.game-container .word-quest .list-container .item {
    display: inline-block;
    width: 22.5%;
    height: 42%;
    margin: 1%;
    position: relative;
}

.game-container .word-quest .list-container .item.correct {
    position: absolute;
    display: block;
    top: 100%;
    left: 21%;
}

.game-container .word-quest .list-container .item .item-container {
    text-align: left;
    height: 100%;
}

    .game-container .word-quest .list-container .item .item-container .back {
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../../backgrounds/cloze_item_bg_2.png');
    }

    .game-container .word-quest .list-container .item .item-container .match.back {
        background-image: url('../../backgrounds/match_word_bg_2.png');
    }

    .game-container .word-quest .list-container .item .item-container.correct .match.back {
        background-image: url('../../backgrounds/match_word_bg_correct.png');
    }

.game-container .word-quest .list-container .audio-button {
    position: absolute;
    width: 17.85%;
    left: 1%;
    height: 37.68%;
    bottom: 1%;
}

.game-container .word-quest .list-container .picture-button {
    position: absolute;
    width: 17.85%;
    left: 21%;
    height: 37.68%;
    bottom: 1%;
}

.game-container .word-quest .list-container .text {
    font-size: 3.4vh;
    position: absolute;
    width: 80%;
    left: 8%;
    top: 14%;
    text-align: center;
    box-shadow: 0vh 0vh 0 rgba(0, 0, 0, 0.3);
    background-color: #FFF;
}

.game-container .word-quest .list-container .text.no-back {
    background-color: transparent;
}

.game-container .word-quest .list-container .text.ui-draggable-dragging {
    background-color: #FFF;
    transform: translate3d(-1vh, -1vh, 0);
    box-shadow: 1vh 1vh 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.game-container .word-quest .list-container .text.correct {
    background-color: #7AFFCA;
}

    .game-container .word-quest .list-container .picture {
        width: 50%;
        left: 25%;
        top: -88.5%;
        height: 100%;
        position: absolute;
        background-color: white;
        border-style: solid;
        border-color: orange;
        -ms-border-radius: 5%;
        border-radius: 5%;
        border-width: medium;
    }

.game-container .word-quest .cloze .sentence-container {
    width: 92.25%;
    position: absolute;
    height: 38.43%;
    left: 3.75%;
    top: 45%;
}

.game-container .word-quest .cloze .sentence-container img {
    left: 0;
    top: 0;
}

.game-container .word-quest .cloze .sentence-container .audio-button {
    width: 6.5%;
    height: 20.5%;
    top: 73.5%;
    position: absolute;
    left: 36.5%;
}

.game-container .word-quest .cloze .sentence-container .text {
    width: 100%;
    height: 70%;
    padding: 4.5vh;
    text-align: left;
    position: relative;
    font-size: 4vh;
}

.game-container .word-quest .cloze .sentence-container .text span {}

.game-container .word-quest .cloze .sentence-container .text .blank {
    text-align: center;
    min-width: 26.25%;
    display: inline-block;
    border-bottom: 2px solid black;
    padding: 0 2vh;
}

.game-container .word-quest .definition {
    position: absolute;
    width: 100%;
    height: 100%;
}

.game-container .word-quest .definition .word-list-container {
    position: absolute;
    width: 22.5%;
    height: 57.5%;
    left: 7.5%;
    top: 15.7%;
}

    .game-container .word-quest .definition .word-list-container .word {
        width: 166%;
        height: 12.5%;
        background-image: url('../../backgrounds/def_word_bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }

.game-container .word-quest .definition .word-list-container .word > .audio-button {
    position: absolute;
    width: 9.3%;
    height: 57.42%;
    top: 20.5%;
    left: 62.325%;
}

    .game-container .word-quest .definition .word-list-container .word.selected {
        background-image: url('../../backgrounds/def_word_selected.png');
    }

.game-container .word-quest .definition .word-list-container .word .text-container {
    width: 18.6%;
    position: absolute;
    height: 4%;
    line-height: 4vh;
    margin: 1.7vh 5vh;
    font-size: 3vh;
    color: #9E9E9E;
    text-align: center;
}

.game-container .word-quest .definition .word-list-container .word.selected .text-container {
    color: #000;
}

.game-container .word-quest .definition .main .main-bg {
    position: absolute;
    height: 63%;
    width: 56.25%;
    left: 35.25%;
    top: 10%;
    background-repeat: no-repeat;
    background-image: url('../../backgrounds/def_main_bg.png');
    background-size: contain;
}

.game-container .word-quest .definition .main .text-container {
    position: absolute;
    width: 22.5%;
    height: 50%;
    top: 20%;
    font-size: 3vh;
    text-align: center;
}

.game-container .word-quest .definition .main .text-container.definition {
    left: 37.5%;
}

.game-container .word-quest .definition .main .text-container.sentence {
    left: 66.375%;
}

.game-container .word-quest .definition .main .audio-button {
    width: 3.75%;
    height: 4.42%;
    top: 11.5%;
}

.game-container .word-quest .definition .main .audio-button.definition {
    left: 38.625%;
}

.game-container .word-quest .definition .main .audio-button.sentence {
    left: 67.125%;
}

.game-container .word-quest .definition .main .definition .word {}

.game-container .word-quest .definition .next-button {
    width: 12.9%;
    height: 8%;
    position: absolute;
    top: 75%;
    left: 43.425%;
}

.game-container .word-quest .match .list-container .item .item-container.correct {
    top: 45%;
    width: 22.5%;
    height: 13%;
    left: 22.625%;
}

.game-container .word-quest .match .definition-container-container {
    width: 64.75%;
    position: absolute;
    height: 27.926%;
    left: 17.5%;
    top: 47.5%;
}

    .game-container .word-quest .match .definition-container {
        width: 84.55%;
        position: absolute;
        height: 82.14%;
        left: 7.72%;
        top: 17.85%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../../backgrounds/match_def_bg_2.png');
    }

.game-container .word-quest .match .definition-container .text {
    width: 100%;
    height: 100%;
    padding: 9% 5% 2% 5%;
    text-align: center;
    font-size: 5vh;
}

.game-container .word-quest .outro {}

.game-container .word-quest .outro .counter-reader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 40.5%;
    top: 45%;
}

.game-container .word-quest .outro > img {
    width: 60%;
    height: 22.24%;
    left: 20%;
    top: 16%;
}
.ui-draggable {
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: grab; /* W3C standards syntax, all modern browser */
}