
@media screen and (min-width: 768px) {
	.homelhstext{
		color: black;
		line-height: 50px;
		font-size: 32px;
	}
}


/*** Corporate Home Page Styles ***/
@media screen and (max-width: 767px) {

	/* Centering Play image on mobile*/
	#playheaderImg {
		margin: auto;
		display: block;
	}

	.homelhstext{
		color: black;
		line-height: 32px;
		font-size: 18px;
	}

}
/*** Corporate Home Page Styles ***/



/*** Replicated Home Page Styles ***/
.SFRMYSTORY{
	display:none;
}
/*** Replicated Home Page Styles ***/
