/*
Theme Name: Featured Media
Theme URI: https://wordpress.org/themes/featured-media/
Author: Alobaidi
Author URI: http://wp-plugins.in/WPT_Themes
Description: Twenty Fifteen child theme with Responsive Featured Media! Post with YouTube video, Vimeo video, SoundCloud track, Instagram image, Dailymotion video, Vine video, Keek video, translation ready.
Version: 1.0.0
Template: twentyfifteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: featured-media

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.hentry.has-featured-media{
	padding-top: 0;
}

.twentyfifteen-media, .featured-soundcloud iframe{
	display:block;
	width:100%;
	height:500px;
}

@media all and (max-width: 768px) and (min-width: 480px){
	
	.twentyfifteen-media, .featured-soundcloud iframe{
		height: 320px;
	}

}

@media all and (max-width: 480px) and (min-width: 220px){

	.twentyfifteen-media, .featured-soundcloud iframe{
		height: 220px;
	}

}