@charset "utf-8";

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

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

	h2 {
		font-size: 92px;
	}
}