#dplayer{
    max-width:1000px;
    height:500px;
    margin:0 auto;
}
@media only screen and (max-width: 767px) {
    #dplayer{
        width:93%;
        height:20%;
    }
}
