/* ---------------------------------------- */
@media (max-width: 1120px) {
	.thematrix {			
		font-size: 0px !important;
    }
}

/* ------------------------------------*/
@media (max-width: 370px) {
	.thematrixtwo {
		font-size: 29px !important;
		color: rgba(221,221,221,0.09) !important;
		z-index: -10 !important;
	}
}
@media (min-width: 371px) and (max-width: 1024px) {
	.thematrixtwo {
		font-size: 34px !important;
		color: rgba(221,221,221,0.09) !important;
		z-index: -10 !important;
	}
}
@media (min-width: 1025px) {
	.thematrixtwo {
		font-size: 50px !important;
	}
}
/* ------------------------------------*/
@media (max-width:767px) {
	.thematrixthree {
		font-size: 75px !important;
		color: rgba(221,221,221,0.09) !important;
		z-index: -10 !important;
	}
}
