.thsb-episode-box {
    width: 440px;
    height: 468px;
    position: relative
}

.thsb-episode-box .episode-box-number {
    width: 48px;
    height: 48px;
    font-family: 'LoveloLineLight', 'Open Sans', sans-serif, Tahoma;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 3px;
    color: #39edfc;
    text-shadow: 0 0 10px rgba(76, 193, 243, 0.71), 0 0 20px rgba(76, 193, 243, 0.71), 0 0 40px rgba(76, 193, 243, 0.71);
    background-color: #121b52;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.thsb-episode-box .episode-box-guest-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #21edff
}

.thsb-episode-box .episode-box-guest-wrapper .episode-box-guest-picture img {
    width: 440px;
    height: 270px
}

.thsb-episode-box .episode-box-guest-wrapper .episode-box-guest-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    color: #121b52;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 24px;
    right: 17px
}

.thsb-episode-box .episode-box-guest-wrapper .episode-box-guest-name span {
    display: block;
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif, Tahoma
}

.thsb-episode-box .episode-box-guest-wrapper .episode-box-guest-company-logo {
    position: absolute;
    top: 69px;
    right: 21px
}

.thsb-episode-box .episode-box-info-wrapper {
    width: 404px;
    height: 230px;
    padding: 28px 28px 48px;
    background-color: #121b52;
    position: absolute;
    top: 237px;
    left: 18px;
    box-shadow: 0 7px 59px 0 rgba(0, 0, 0, 0.31);
    text-align: left;
    transition: top .5s, left .5s, width .5s, height .5s, padding .5s
}

.thsb-episode-box:hover .episode-box-info-wrapper {
    width: 428px;
    height: 245px;
    top: 222px;
    left: 6px;
    right: 6px;
    padding: 30px 40px 48px
}

.thsb-episode-box .episode-box-info-wrapper:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2deef9;
    position: absolute;
    left: 0;
    bottom: 0;
    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)
}

.thsb-episode-box:hover .episode-box-info-wrapper: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-box .episode-box-info-wrapper .episode-box-title {
    height: 48px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-title span {
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif, Tahoma;
    font-size: 22px;
    line-height: 24px;
    color: #39edfc;
    text-shadow: 0 0 10px rgba(76, 193, 243, 0.71), 0 0 15px rgba(76, 193, 243, 0.71);
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    display: block;
    transition: font-size .5s
}

.thsb-episode-box:hover .episode-box-info-wrapper .episode-box-title span {
    font-size: 23px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-date-duration {
    margin-top: 10px;
    transition: margin-top .5s
}

.thsb-episode-box:hover .episode-box-info-wrapper .episode-box-date-duration {
    margin-top: 23px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-date-duration:after {
    content: '';
    display: table;
    clear: both
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-date-duration span {
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif, Tahoma;
    line-height: 20px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-date {
    float: left
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-duration {
    float: right;
    text-align: right
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-description {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    margin-top: 12px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-interviewer-info {
    height: 48px;
    background-color: #120b3f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-interviewer-name {
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif, Tahoma;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 14px;
    right: 72px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-interviewer-picture {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 5px;
    right: 27px;
    z-index: 1
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-comment-count-wrapper {
    width: 200px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    opacity: 0;
    transition: opacity .2s
}

.thsb-episode-box:hover .episode-box-info-wrapper .episode-box-comment-count-wrapper {
    opacity: 1;
    transition: opacity .1s
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-comment-count-wrapper img {
    width: 26px;
    margin-right: 4px
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-comment-count-wrapper .disqus-comment-count {
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif, Tahoma;
    font-size: 16px;
    color: #29edf1
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-future-release-date {
    width: 200px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif, Tahoma;
    font-size: 16px;
    color: #29edf1;
    opacity: 0;
    transition: opacity .5s
}

.thsb-episode-box:hover .episode-box-info-wrapper .episode-box-future-release-date {
    opacity: 1;
    transition: opacity .2s;
    transition-delay: .1s;
    -webkit-animation: glowing-text-anim 1.5s ease-in-out infinite alternate;
    -moz-animation: gloaing-text-anim 1.5s ease-in-out infinite alternate;
    animation: glowing-text-anim 1.5s ease-in-out infinite alternate
}

.thsb-episode-box .episode-box-info-wrapper .episode-box-play-button {
    width: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .1s
}

.thsb-episode-box:hover .episode-box-info-wrapper .episode-box-play-button {
    opacity: 1;
    transition: opacity .15s;
    transition-delay: .3s
}

.thsb-episode-box .episode-box-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

@-webkit-keyframes glowing-text-anim {
    from {
        text-shadow: 0 0 10px rgba(76, 193, 243, 0.71), 0 0 15px rgba(76, 193, 243, 0.71)
    }
    to {
        text-shadow: 0 0 10px rgba(76, 193, 243, 0.9), 0 0 15px rgba(76, 193, 243, 0.9), 0 0 25px rgba(76, 193, 243, 0.9), 0 0 35px rgba(76, 193, 243, 0.9), 0 0 35px rgba(76, 193, 243, 0.5)
    }
}

@-moz-keyframes glowing-text-anim {
    from {
        text-shadow: 0 0 10px rgba(76, 193, 243, 0.71), 0 0 15px rgba(76, 193, 243, 0.71)
    }
    to {
        text-shadow: 0 0 10px rgba(76, 193, 243, 0.9), 0 0 15px rgba(76, 193, 243, 0.9), 0 0 25px rgba(76, 193, 243, 0.9), 0 0 35px rgba(76, 193, 243, 0.9), 0 0 35px rgba(76, 193, 243, 0.5)
    }
}

@media (max-width: 470px) {
    .thsb-episode-box {
        width: 100%
    }

    .thsb-episode-box .episode-box-guest-wrapper .episode-box-guest-picture img {
        width: 100%;
        height: auto
    }

    .thsb-episode-box:hover .episode-box-info-wrapper .episode-box-title span {
        font-size: 22px
    }

    .thsb-episode-box:hover .episode-box-info-wrapper .episode-box-date-duration {
        margin-top: 10px
    }

    .thsb-episode-box .episode-box-info-wrapper {
        width: 100% !important;
        height: 275px !important;
        padding: 30px 20px 48px !important;
        left: 0 !important;
        top: 202px !important
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-comment-count-wrapper {
        opacity: 1
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-play-button {
        opacity: 1
    }
}

@media (max-width: 410px) {
    .thsb-episode-box .episode-box-info-wrapper {
        height: 70% !important;
        top: 35% !important
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-title {
        height: 78px
    }

    .thsb-episode-box .episode-box-guest-wrapper .episode-box-guest-picture img {
        position: relative;
        left: -40px
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-date-duration {
        font-size: 14px
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-description {
        font-size: 13px
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-interviewer-name {
        right: 55px
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-interviewer-picture {
        right: 15px
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-comment-count-wrapper img {
        width: 20px
    }

    .thsb-episode-box .episode-box-info-wrapper .episode-box-comment-count-wrapper .disqus-comment-count {
        font-size: 12px
    }
}
