
/*these modifid breakpoints allow the full-bleed images requested by client to match youtube's default max-res pixel width*/
@media only screen and (min-width : 1060px) {

	.container {
	    width: 1060px!important;
	}

}