.thsb-episode-info-box {
    min-height: 250px !important;
    padding: 32px;
    background: #121e53;
    box-shadow: 0 7px 59px 0 rgba(0, 0, 0, 0.31);
    position: relative
}

.thsb-episode-info-box:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2deef9;
    border-radius: 2px;
    box-shadow: 0 0 6px 3px rgba(82, 193, 240, 0.2), 0 0 20px 10px rgba(82, 193, 240, 0.2);
    position: absolute;
    left: 0;
    bottom: 0
}

.thsb-episode-info-box:hover:after {
    box-shadow: 0 0 9px 6px rgba(82, 193, 240, 0.2), 0 0 27px 15px rgba(82, 193, 240, 0.2)
}

.thsb-episode-info-box:not(.thsb-episode-info-box-first) {
    margin-top: 55px
}

.thsb-episode-info-box-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center
}

.thsb-episode-info-box-content ul {
    padding-left: 18px
}

.thsb-scrollable-episode-info-box {
    min-height: 0 !important;
    padding-bottom: 25px;
    margin-bottom: 500px
}

.thsb-scrollable-episode-info-box .thsb-episode-info-box-title {
    margin-bottom: 0
}

.thsb-scrollable-episode-info-box .thsb-episode-info-box-content {
    max-height: 500px;
    background-color: #120f40;
    overflow-y: scroll;
    position: absolute;
    top: 88px;
    left: 0;
    padding: 33px 30px 17px 40px
}
