/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Hero button (Ben) **/
.hero .button {
	background-color: #42C9C2 !important;
}

/** General >> Video Module Header **/
.module--hero--internal-video iframe {
	margin-left: 1em !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {

	/*= General =================== */

	/** General >> Video Module Header **/
	.module--hero--internal-video iframe {
	margin-left: 5em !important;
}


}


/*( < 980 )*/
@media (max-width: 979.98px) {

	/*= General =================== */

	/** General >> Video Module Header **/
	.module--hero--internal-video iframe {
	margin-left: 1em !important;
}


}


/*( < 768 )*/
@media (max-width: 767.98px) {

	/*= General =================== */

	/** General >> Video Module Header **/
	.module--hero--internal-video iframe {
	margin-left: 0 !important;
}


}


/*( < 480 )*/
@media (max-width: 479.98px) {

	/*= General =================== */

	/** General >> Video Module Header **/
	.module--hero--internal-video iframe {
	margin-left: 0 !important;
}


}

