@media only screen and (min-width: 780px) and (max-width: 900px) {
	:root {
		--ActualSize:780;
	}
}
@media  screen and (min-width:900px) and (max-width:1100px) {
	:root {
		--ActualSize:900;
	}
}
@media  screen and (min-width:1100px) and (max-width:1300px) {
	:root {
		--ActualSize:1100;
	}
}
@media  screen and (min-width:1300px) and (max-width:1500px) {
	:root {
		--ActualSize:1366;
	}
}
@media  screen and (min-width:1500px) and (max-width:1700px) {
	:root {
		--ActualSize:1500;
	}
}
@media  screen and (min-width:1700px) and (max-width:1900px) {
	:root {
		--ActualSize:1700;
	}
}
@media  screen and (min-width:1900px) and (max-width:2100px) {
	:root {
		--ActualSize:1920;
	}
}
@media  screen and (min-width:2100px) and (max-width:2500px) {
	:root {
		--ActualSize:2100;
	}
}
@media  screen and (min-width:2500px) and (max-width:3000px) {
	:root {
		--ActualSize:2500;
	}
}
@media  screen and (min-width:3000px) {
	:root {
		--ActualSize:3000;
	}
}