@media screen and (min-width: 75em) {
	#video-home{
		height:500px;
	}
}

@media screen and (min-width: 44.375em) {
	
	#video-home{
		height:175px;
	}
}


@media screen and (min-width: 48.9375em) {

	#video-home{
		height:225px;
	}
}

@media screen and (min-width: 56.875em) {

	#video-home{
		height:275px;
	}
	
}

@media screen and (min-width: 61.5625em) {
	
	#video-home{
		height:425px;
	}
	
	.column_two{
	        -moz-column-count: 2;
            -moz-column-gap: 30px;
            -webkit-column-count: 2;
            -webkit-column-gap: 30px;
	
	}
}