body {
	font-family: Verdana;
  font-size: 1em;
}

.x.mandatory-scroll-snapping {
  scroll-snap-type: x mandatory;
}

.posters {
  display: flex;
	flex: 265px;
	overflow-x: scroll;
	height: 370px;
	width: 250px;
	white-space: nowrap;
	}
	.posters img {
	white-space: nowrap;
  justify-content: space-between;
	scroll-snap-align: start;
}
