
.video-query img { max-width: 100%; }

.video-query-error {
	border-left: 4px solid red;
	background: #fff;
	padding: 1px 12px;
	margin: 20px 0;
}

.vq-grid .video-query {
	float: left;
	padding: 5px;
	width: 25%;
	height: auto;
	min-height: 260px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vq-grid:after {
	content: "";
	display: table;
	clear: both;
}

.vq-col6 .video-query {
	width: 16.66%;
	height: 125px;
	font-size: 0.6em;
}

.vq-col5 .video-query {
	width: 20%;
	height: 150px;
	font-size: 0.7em;
}

.vq-col4 .video-query {
	width: 25%;
	height: 175px;
	font-size: 0.8em;
}

.vq-col3 .video-query {
	width: 33.33%;
	height: 200px;
	font-size: 0.9em;
}

.vq-col2 .video-query {
	width: 50%;
	height: 225px;
	font-size: 1.0em;
}

