/* Sub-site bindings of roles to specific components */
@layer theme {

	
	
/* narrow */

	@media all and (max-width: 720px) {
	
		.speakers-grid {width: 100%}
		.speaker-card {width: 48%}
	}	
	

}
