@media only screen and (max-width:999px) and (min-width:768px) {	
	
	.m-cntrl-footer						{ width: 740px; }
	
	/* Most popular */
	.m-cntrl-mpopular						{ padding: 0 14px 30px 14px; width: 740px; }
	.m-cntrl-mpopular .m-entry 				{ max-width: 170px; } 
	.m-cntrl-mpopular .m-entry:last-child	{ display: none; }
	.m-cntrl-mpopular .m-img				{ width: 170px; height: 114px; }

	/* Footer */
	.m-cntrl-footer 						{ padding: 30px 15px 30px; }
	.m-cntrl-footer .m-cntrl-footer__connect-links .m-entry { width: 16%; }
}

@media only screen and (max-width:767px) {		/* All between 0 and 479px */

	.m-cntrl-footer							{ width: 300px; padding: 30px 0; }
	.m-cntrl-footer section 				{ float: none; width: 100%; }
	.m-cntrl-footer .m-cntrl-footer__links 	{ margin-top: 40px; }
	
	/* Most popular */
	.m-cntrl-mpopular							{ padding: 0 10px; width: 300px; }
	.m-cntrl-mpopular .m-entry					{ float: none; max-width: 100%; margin-left: 0; margin-bottom: 20px; }
	.m-cntrl-mpopular .m-entry:nth-child(1n+3) 	{ display: none; }
	.m-cntrl-mpopular .m-entry:nth-child(2n)	{ margin-bottom: 30px; }	
	.m-cntrl-mpopular .m-img 					{ width: 145px; height: 96px; float: left; margin-right: 10px; }
	.m-cntrl-mpopular .m-channel				{ margin-top: 0; }
	
	/* Footer */
	.m-cntrl-footer section.m-cntrl-footer__connect-links 				{ float: none; }
	.m-cntrl-footer .m-cntrl-footer__copyright 							{ margin-top: 20px; }
	.m-cntrl-footer .m-cntrl-footer__connect-links .m-entry 			{ width: 15%; }
	[data-locale=fr-fr] .m-cntrl-footer .m-cntrl-footer__connect-links,
	[data-locale=de-de] .m-cntrl-footer .m-cntrl-footer__connect-links 	{ display: none }
	
	
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Defaults */
	.m-cntrl-footer, .m-cntrl-mpopular	{ width: 420px; }

	/* Most popular */
	.m-cntrl-mpopular { padding: 0 30px; }
	.m-cntrl-footer .m-cntrl-footer__connect-links .m-entry { width: 18%; }
	
	
	
}