.categorizing-container {
    position: relative;
    float: left;
    text-align: center;
}

.categorizing-container span img {
    width: 100%;
    height: 100%;
}

.categorizing-container .title {
    width: 100%;
    font-size: 1.5vw;
    user-select: none;
}

.categorizing-container-2 {
    width: 50%;
    height: 100%;
}

.categorizing-container-3 {
    width: 33.3%;
    height: 86%;
}

.categorizing-container-3:first-child {
    border-left: none;
}

.categorizing-container-4 {
    width: 50%;
    height: 50%;
}

.categorizing-answer {
    z-index: 10;
    background-color: #FFB00D;
    border-radius: 50px;
    width: 40%;
    font-size: 1.5vw;
    height: 8%;
    position: absolute;
    /* top: 70%; */
    left: 30%;
    cursor: pointer;
    display: table;
    text-align: center;
    color: #272727;
}

.categorizing-answer span {
    display: table-cell;
    vertical-align: middle;
}

.categorizing-container .categorizing-answer {
    width: 100%;
}

.categorizing-answer-dropped {
    position: relative;
    float: left;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    cursor: default;
    border: none;
    height: 7%;
}


/* NEW DESIGN */

.categorizing-exercise-container {
    width: 94%;
    left: 3%;
}

.categorizing-dark {
    background-image: url('../images/britanica-desgin/categorizing/Rounded_Rectangle_1.png');
    background-repeat: no-repeat;
    background-size: 102% 100%;
    color: #FFFFFF;
}

.categorizing-white {
    background-image: url('../images/britanica-desgin/categorizing/Rounded_Rectangle_1_copy.png');
    background-repeat: no-repeat;
    background-size: 102% 100%;
    color: #1E4363;
}

.categorizing-image-text-container {
    top: 5%;
    height: 35%;
    user-select: none;
}

.categorizing-image-text-container .categorizing-image {
    /* width: 50%;
    height: 60%; */
}

.categorizing-image-text-container .title {}

.categorizing-container .categorizing-words-container {
    height: 60%;
    top: 39%;
    left: 1.5%;
    width: 99%;
    user-select: none;
}