Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MediaQuery

$tax_query = array(
	array(
		'taxonomy'         => 'media_type',
		'operator'         => 'AND',
	),
);