@media only screen
and (min-width : 0px) 
and (max-width : 767px) 
{
	
}

@media only screen
and (min-width : 0px) 
and (max-width : 576px) 
{
	.video-container iframe{
		height: 240px;
	}
}

@media only screen
and (max-width : 991px)
{
	
}

@media only screen
and (min-width : 992px)
{
	
}

@media only screen
and (min-width : 993px)
and (max-width : 1300px)
{
	
}	