@charset 'utf-8';

/* player */

.player-contents{
    padding-bottom: 60px;
}

.player-img-wrapper{
    position:relative;
    padding-bottom:80px;
}

.player-text{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position:fixed;
}

.player-js-wrapper .audiojs {
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:20px;
}

.player-comment{
    text-align:center;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:-10px;
    font-size:14px;
}

@media screen and (max-width:500px){
    .player-img-wrapper{
        padding-bottom: 60px;
    }
    .player-js-wrapper .audiojs {
        zoom: 0.75;
        bottom:25px;
    }
    .player-comment{
        bottom:-10px;
    }
}

@media screen and (max-width:380px){
    .player-js-wrapper .audiojs {
        zoom: 0.68;
        bottom:25px;
    }
    .player-comment{
        bottom:-10px;
    }
}
@media screen and (max-width:340px){
    .player-js-wrapper .audiojs {
        left: -24px;
    }
}
