.zizou .slider.index .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-links {
	display: flex;
	margin: calc(20px + 1vw) auto;
}

.index-links a {
	flex: 1 1 100%;
	background-color: #b01;
	color: white;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 300;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-links a:nth-child(2) {
	background-color: #e40015;
}


@media(max-width: 767px) {
	.index-links a {
		font-size: 16px;
		height: 50px;
	}

	.index-links {
		margin-bottom: 40px;
	}
}