WordPress 3.6 native player is not responsive?

Try adding this CSS:

.wp-video-shortcode {
    max-width: 100%;
}

.wp-audio-shortcode {
    max-width: 100%;
}

tech