.container {
  display: flex;
}

.item {
	width: 100%;
	background:red;
	flex:1;
}
