@charset "utf-8";

/* Extra Extra Large devices (large desktops, 1400px and up) */

@media (min-width: 1400px) {
    .sizehelper:before {
		content: "XX";
	}
}