@import url("xs.css?v=2.9");
@import url("s.css");
@import url("m.css");
@import url("l.css");
@import url("xl.css");
@import url("xxl.css");

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
/*
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}*/





