.breadcrumbs						{ margin:0 0 15px 0; font-size:16px; line-height:16px; }

h2.video_category 				{ color:#F15C22; margin-top:6%; }
h2.video_category.first 		{ margin-top:4%; }
#videos							{ list-style:none; margin:0; background-color: hsla(0,0%,96%,1); padding: 0 3% 3%; border: 1px solid hsla(17,20%,42%,0.25); }
#videos:after 					{ content: " "; display: block; height: 0; clear: both; zoom: 1; visibility: hidden; }
#videos:last-child				{ margin-bottom:3%; }
#videos li						{ margin:3% 0 0 5%; width:46%; padding:0; float:left; }
#videos li:nth-child(2n+1) 		{ margin-left: 0; clear: both; }
#videos > li > h3 				{ border-bottom:1px solid hsla(17,70%,39%,0.5); padding-bottom:6px; margin:0 0 18px; }
#videos li iframe 				{ max-width:100%; width: 560px !important; /*height:282px !important;*/ }

@media (max-width:700px){
	h2.video_category 			{ margin-top:50px; }
	h2.video_category.first 	{ margin-top:35px; }
	#videos						{ padding: 0 5% 5%; }
	#videos li					{ margin:35px 0 0 0; width:100%; }
	#videos li:first-child		{ margin-top:5%; }
}