.banner.banner {
	margin-bottom: 50px;
}

.itemid-101 .banner.banner {
	margin-bottom: 0;
}


.banner-slider,
.banner-slide,
.banner-wrap,
.banner-overlay {
	height: 450px;
}

body.itemid-101 .banner-slider,
body.itemid-101 .banner-slide,
body.itemid-101 .banner-wrap,
body.itemid-101 .banner-overlay {
	height: 650px;
}
.banner-slider {
	position: relative;
}

.banner-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	position: absolute;
	top: 0;
}

.banner-overlay {
	display: grid;
	grid-template-rows: 195px auto min-content;
}

body.itemid-101 .banner-overlay {
	display: grid;
	grid-template-rows: 295px auto min-content;
}

.banner-wrap .banner-left,
.banner-wrap .banner-right {
	position: absolute;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
}

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner-wrap .banner-left {
	left: 75px;
	background-image: url('../images/banner-chevron-left.png');
	cursor: pointer;
}

.banner-wrap .banner-right {
	right: 75px;
	background-image: url('../images/banner-chevron-right.png');
	cursor: pointer;
}

.banner-overlay > * {
	justify-self: center;
	white-space: break-spaces;
	text-align: center;
	padding: 0 180px;
}

.banner-title {
	align-self: end;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}

.banner-description {
	color: #fff;
	font-size: 21px;
	margin-top: 50px;
}

.banner-buttons a {
	margin: 45px 0;
	line-height: 65px;
	color: #fff;
	border-radius: 32.5px;
	padding: 0 30px;
	display: inline-block;
	font-size: 32px;
	border: 3px solid #fff;
}

.banner-buttons a + a {
	margin-left: 30px;
}

@media screen and (max-width: 1170px) {
	.banner-left,
	.banner-right {
		display: none;
	}

	.banner-overlay > * {
		padding: 0 30px;
	}
}

@media screen and (max-width: 768px) {
	.banner-title {
		font-size:  40px;
	}

	body.itemid-101 .banner-slider,
	body.itemid-101 .banner-slide,
	body.itemid-101 .banner-wrap,
	body.itemid-101 .banner-overlay {
    	height: 540px;
	}

	body.itemid-101 .banner-overlay {
    	display: grid;
    	grid-template-rows: min-content;
	}

	.banner-title {
		margin-top: 30px;
	}

	.banner-buttons a,
	.banner-buttons a + a {
		display: block;
		margin:  15px auto;
	}

}