.page--home--block--slides {
	position: relative;
	height: 100vh;
	min-height: 416px;
	max-height: 768px;
	overflow: hidden;
}

.page--home--block--slides .slides-bt-arrow {
	position: absolute;
	top: 0;
	width: 8vw;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	cursor: pointer;
}
.page--home--block--slides .slides-bt-prev {
	left: 0;
}
.page--home--block--slides .slides-bt-next {
	right: 0;
}
.page--home--block--slides .slides-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page--home--block--slides .slides-panel {
	background: black none no-repeat 50% 100%;
	background-size: auto 100%;
	/* border: 20px solid white; */
}
.page--home--block--slides .slides-title {
	width: 55%;
	min-width: 560px;
	margin: -1rem 0 0;
	padding: 2rem 1rem 2rem 9.3rem;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: white;
	background: rgba(0,0,0,0.65);
	background: #000000a0;
}
.page--home--block--slides .slides-title h3 {
	margin: 0 0 0.5em;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
}
.page--home--block--slides .slides-title h3 strong {
	font-weight: 700;
}
.page--home--block--slides .slides-bg1 {
	background-image: url(/img/home/slide1.png);
	/* border-color: red; */
}
.page--home--block--slides .slides-bg1 .slides-title {
	width: 47%;
	min-width: 460px;
}
.page--home--block--slides .slides-bg1 .slides-title h3 strong {
	color: #ed174d;
}
.page--home--block--slides .slides-bg2 {
	background-image: url(/img/home/slide2.png);
	/* border-color: lime; */
}
.page--home--block--slides .slides-bg2 .slides-title h3 strong {
	color: #0db14b;
}
.page--home--block--slides .slides-bg3 {
	background-image: url(/img/home/slide3.png);
	/* border-color: blue; */
}
.page--home--block--slides .slides-bg3 .slides-title {
	width: 42%;
	min-width: 400px;
}
.page--home--block--slides .slides-bg3 .slides-title h3 strong {
	color: #f04e23;
}

@media (max-width: 768px) {
	.page--home--block--slides {
		position: relative;
		height: 175vw;
		min-height: unset;
		max-height: unset;
	}
	.page--home--block--slides .slides-bg1 {
		background-position: 65% 50%;
	}
	.page--home--block--slides .slides-bg2 {
		background-position: 75% 50%;
	}
	.page--home--block--slides .slides-bg3 {
		background-position: 95% 50%;
	}
	.page--home--block--slides .slides-title {
		padding: 2rem 1rem;
	}
	.page--home--block--slides .slides-title,
	.page--home--block--slides .slides-bg3 .slides-title {
		width: auto;
		min-width: unset;
	}
}
