/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
   FluidVids
\*------------------------------------*/


.wrapper {
	margin:0 auto;
	text-align:center;
	width:50%;
}
.fluidvids {
	background:#FFF;
	box-shadow:0 0px 0px #000;
	margin:10px 0;
}
@media only screen and (min-width: 320px) {
	.wrapper {
		width:95%;
	}
}
@media only screen and (min-width: 800px) {
	.wrapper {
		width:50%;
	}
}