*, *::before, *::after {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	
}

body {
	background-color: #000;
	color: white;
}

.slide-image {
	display: inline-block;
	max-width: 66%;
	max-height: 66%;
}