@charset "utf-8";

*, *::before, *::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
}

.content {
	background-color: tomato;
}
.box {
	width: 20%;
	aspect-ratio: 4 / 3;
	background-color: orange;
	translate: 50% 0;
}