/* Moved to styleGuide.scss for generic use */
/* .media-hub-chevron {
	width: 100vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	vertical-align: bottom;
}

@media (max-width: 720px) {
	.media-hub-chevron {
		height: 10vw;
		margin-top: -5vw;
	}
} */
