
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
.container {
	width: 1280px;
	margin: 0 auto;
}
.isFlex {
	display: flex;
}
#content {
	width: 100%;
	max-width: 800px;
	border: 1px solid #999;
	border-radius: 12px;
}

@media screen {
}

/*
1440 / 2560 – Android: LGV 10, LG G3, LG G4
1080 / 1920 – Andriod: LG Nexus 5X, OnePlus

768 / 1280 (1365 - ratio to the top two) – Android: LG Nexus 4
750 / 1334 (1333 - matched ratio to the top two) – Apple iPhones (older)
1125 / 2436 (2000 - ratio to the top two) -  Apple iPhones (general)
1242 / 2688 (2208 - ratio to the top two) – Apple iPhones (general)
1080 / 2024 – Pixel 10a
1080 / 2400 – Pixel 7, 8
*/