The theme currently does not support YouTube video Responsive
I recommend adding this to your next update!
Paste code to functions.php file ↓
function wpse_embed_oembed_html( $cache, $url, $attr, $post_ID ) {
$classes = array();
// Add these classes to all embeds.
$classes_all =...