.slider{
	height: 540px;
	overflow: hidden;
}

.image-slide{

	display: block;
	height: 540px;
	max-width: none;
	margin: auto;
	text-align: center;
	width: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}