/**
* @file: ganeral.css;
* @author: Michael Tourneur;
* @company: Crystal-Asia;
* @url: http://www.crystal-asia.com;
* @version: 1.0;
**/

/**
 * BOOSTRAP BASE + custom
 */


/* custom */
@media (max-width: 479px) {
	#featured_speakers{
		max-width: 320px;
		margin-left: -160px;
	}
}

/* Extra small devices - Phones (<768px) */
@media (min-width: 480px) and (max-width: 767px) {
	#featured_speakers{
		max-width: 420px;
		margin-left: -210px;
	}
}

/* Small devices - Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	#featured_speakers{
		max-width: 620px;
		margin-left: -310px;
	}
}

/* Medium devices - Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1124px) {
	#featured_speakers{
		max-width: 860px;
		margin-left: -430px;
	}
}

/* custom */
@media (min-width: 1125px) and (max-width: 1200px) {
	#featured_speakers{
		max-width: 980px;
		margin-left: -490px;
	}
}

/* Large devices - Desktops (≥1200px) */
@media (min-width: 1200px) {
	#featured_speakers{
		max-width: 980px;
		margin-left: -490px;
	}
}
