.the-10-best-title-box-left, .the-10-best-title-box-right {
    min-height: 250px;
    position: relative;
}
.stop-btn-playlist{
    display: none;
}
.stop-btn-playlist img:hover,
.play-button-playlist img:hover{
    cursor: pointer;
}
.stop-btn-playlist img, 
.play-button-playlist img{
    width: 30px !important;
    margin-top: 10px;
}
.the-10-best-title-box-right {
    border-left: 2px solid #000;
    padding-left: 20px; 
}

.the-10-best-title-box-left h1 {
    position: absolute;
    font-size: 34px;
    text-align: right;
    top: 0;
    transition: all 1s ease-in-out;
}

.the-10-best-title-box-right h2 {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    font-style: italic;
    transition: all 1s ease-in-out;
}

.the-10-best-title-box-main:hover .the-10-best-title-box-left h1 {
    top: 30%;
} 

.the-10-best-title-box-main:hover .the-10-best-title-box-right h2 {
    bottom: 30%;
} 

.the-10-best-credentials-box {
    /* margin-top: 50px; */
    text-align: center;
}
.the_10_best_img{
    margin-top: 50px;
}
.play-box iframe{
    width: 75%;
}
.the-10-best-credentials-box small {
    font-family: 'GoodSansMedium';
    display: block;
    letter-spacing: 2px;
}

.the-10-best-credentials-box ul.social-icons {
    margin-top: 30px;
}

.the-10-best-feature-box .image-holder {
    padding: 33% 0;
}

.the-10-best-feature-box p {
    margin-top: 20px;
    margin-bottom: 0;
}

.the-10-best-track {
    margin-top: 30px;
}

.the-10-best-track p.track-title {
    text-indent: 40px;
    font-weight: bold;
    margin-top: 30px;
}

.the-10-best-feature-box .play-box {
    margin-top: 10px;
    background: #999;
    padding: 40px 0 20px 0;
}
#the-10-best p iframe{
    width: 100%;
    height: 315px;
}
.iframe-problem iframe{
    height: 600px !important;
}
@media screen and (max-width: 1024px) {
    .the-10-best-title-box-main:hover .the-10-best-title-box-left h1 {
        top: 52%;
    } 
    
    .the-10-best-title-box-main:hover .the-10-best-title-box-right h2 {
        bottom: 65%;
    } 
}

@media screen and (max-width: 550px) {
    #the-10-best p iframe{
        height: 180px !important;
    }

    .the-10-best-title-box-right {
        padding-left: 10px; 
    }

    .the-10-best-title-box-left h1 {
        font-size: 18px;
    }
    
    .the-10-best-title-box-right h2 {
        font-size: 16px;
    }

    .the-10-best-title-box-main:hover .the-10-best-title-box-left h1 {
        top: 52%;
    } 
    
    .the-10-best-title-box-main:hover .the-10-best-title-box-right h2 {
        bottom: 54%;
    } 

    .the-10-best-feature-box p {
        font-size: 14px;
    }

}