.slide {
	float: left;
	width: 100%;
	margin: 0;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

body{
	margin: 0;
}
