/*--------------------------------------------------
	EN Page Navigation Arrow Text Overrides
---------------------------------------------------*/

.moz .arrow-wrapper::before {
	content: "Scroll to view";
}

@media only screen and (max-width: 1024px) {

	.moz .arrow-wrapper::before {
		content: "Click";
	}

}

@media only screen and (max-width: 767px) {

	.moz .arrow-wrapper::before {
		content: "Click";
	}

}
