/* St Help Panel */

.st_help_panel_text_container {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    bottom: 0px;
    text-align: center;
    position: absolute;
    color: black;
    background: rgba(225, 225, 225, 0.7);
    padding: 25px 100px;
    font-size: 25px;
}

.st_help_panel_text_container2 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.st_help_panel_next_button_container {
    padding: 0 50px;
}

.st_help_panel_next_button_container button {
    border: 0;
    height: 30px;
    font-size: 20px;
    float: right;
    padding: 0px 20px;
    margin: -40px 0;
    background: #66cacb;
    color: white;
}

.st_help_panel {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: #222838;
    z-index: 9999;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: lighter;
}

.st_help_close_container {
    padding: 20px 50px;
    font-size: 18px;
    height: auto;
}

.st_help_close_container span {
    cursor: pointer;
    color: rgb(242, 246, 255);
    float: right;
    border: 0;
    letter-spacing: 1px;
}

.st_help_content {
    height: 100%;
    margin: 0;
}

.st_list_div {
    height: auto;
}

.st_list_container {
    margin: auto;
    width: 100px;
}

.st_list_container div {
    background-image: url('../images/storyteller/list.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 10px;
    width: 10px;
    margin: 2px;
    display: inline-block;
}

.st_list_container .selected {
    background-image: url('../images/storyteller/list_hover.png');
}

.st_help_panel_continue_button {
    position: absolute;
    border: 0;
    bottom: 27px;
    right: 50px;
    height: 35px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    background: black;
    display: flex;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    margin: auto 8px;
}

.st_help_panel_client_logo {
    height: 40px;
    width: auto;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9999;
}

.st_help_panel_client_logo img {
    max-height: 100%;
}
.play_video{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin:auto;
    height:100px;
    width:100px;
    z-index:999;
}
.play_video img{
    height:100%;
    width:100%;
}

/* Media Queries */

@media only screen and (max-width: 1024px) {
    .st_help_panel_continue_button {
        right: 20px;
        font-size: 12px;
        height: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .st_help_content {
        height: 60%;
    }
    .st_help_panel_text_container {
        font-size: 12px;
    }
    .st_help_panel_text_container2 {
        font-size: 8px;
    }
    .st_help_panel_next_button_container {
        text-align: center;
    }
    .st_help_panel_next_button_container button {
        margin: 0;
    }
    .st_help_close_container {
        padding: 10px 50px;
        font-size: 12px;
    }
    .st_help_panel_continue_button {
        right: 10px;
        font-size: 10px;
        height: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .st_help_panel_continue_button {
        right: 10px;
        font-size: 10px;
        bottom: 20px;
        height: 30px;
    }
}