Tag Tax Allroundness
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'video', 'field' => 'slug', ), array( 'taxonomy' => 'tag', 'terms' => 'travel-lifestyle', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'video', 'field' => 'slug', ), array( 'taxonomy' => 'tag', 'terms' => 'travel-lifestyle', 'field' => 'slug', ), );