.s5-slide-wrap {
    display: table;
    width: 100%;
    max-height: 100%;
}

.s5-slide-left {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding-right: 1.5vw;
    border-right: 2px dashed #A4A4A4;
    text-align: center;
}

.s5-unit-wrap {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.s5-unit-col {
    display: table-cell;
    width: 33.3333%;
}

.s5-1 {
    color: #00467F;
}

.s5-unit-head {
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8vw;
}

.s5-unit-drop {
    background: #fff;
    border: 2px dashed #A4A4A4;
    width: 80%;
    height: 40vh;
    margin: 0 auto;
    padding: 2vh 1vw;
}

.s5-slide-right {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding-left: 1.5vw;
}

.s5-word-wrap {
    display: table;
}

.s5-word-wrap {
    width: 100%;
    height: 58vh;
    position: relative;
    padding-bottom: 8vh;
}

.s5-word-bank-head {
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    padding-bottom: 1.5vh;
    font-size: 3vh;
}

.s5-word {
    font-size: 2.5vh;
    text-align: center;
    cursor: move;
    padding: .5vh 0;
}

.s5-unit-drop .s5-word {
    width: auto !important;
    height: auto !important;
    padding: 2vh 0;
}

