@charset "UTF-8";
/* CSS Document */

@media all and (max-width: 2000px) {
	
	.DeviceMarker{
		background: hsla(220,100%,50%,1.00);
	}
	
	.SectionContainer#Home > a > .image {
		height: calc(100% - (var(--BLU) * 5));
	}

	
}