svg:not(:root) {
    overflow: visible !important;
}

.interact-learn-container {
    position: relative;
}

.interact-learn-audio-text-wrapper {
    text-align: center;
    font-size: 1.65em !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: rgba(57, 220, 255, 0.3);
    width: 100%;
    border-radius: 3px;
    visibility: hidden;
    z-index: 100;
}

.interact-learn-audio-icon {
    margin: 0 -0.75em 0 0.5em;
}

.interact-learn-flex {
    display: flex;
}

.interact-learn-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 2.75em 0 1.5em;
}

.interact-learn-vertical-splitter {
    width: 50%;
    text-align: center;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.interact-learn-horizontal-splitter {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.interact-learn-item-area {
    background: rgba(200, 240, 248, 0.32);
    border-radius: 0.6em;
    border: 1px dashed rgba(209, 229, 234, 0.73);
    margin-bottom: 2px;
}

.interact-learn-main-image {
    position: relative;
    max-height: 28em;
    width: 100%;
    height: auto;
}
.interact-learn-main-image-noitems {
    position: relative;
    width:100%;
    height:auto;
    margin-top: -2.5em;
}

.interact-learn-item-image-wrapper {
    display: flex;
/*
    flex-direction: column;
    justify-content: center;*/
    position: relative;
}

.il-img1 {
}

.il-img2 {
    max-height: 4em !important;
}

.interact-learn-item-image {
    margin: 0.1em;
    position: relative;
    z-index: 100;
    cursor: pointer;
    max-height: 8em;
}

.interact-learn-phrase {
    max-width: 10em;
    margin: 0.5em 0;
}

.drag-div {
    background: blue;
    padding: 2em;
    display: inline-block;
    width: 2em;
    height: 2em;

    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.interact-learn-global-audio-player {
    width: 40%;
}