
.herocolone-block {
position: relative;
padding: 90px 0;
overflow: hidden;
}
.herocolone-block .center {
position: relative;
z-index: 1;
}
.herocolone-block .maxwidth {
max-width: 800px;
}
.herocolone-block .textcenter.maxwidth {
margin: 0 auto;
}
.herocolone-block .swiper-hero {
position: relative;
padding: 80px 20px 0 20px;
margin: 0 0 -60px 0;
z-index: 1;
}
.herocolone-block .swiper-slide {
}
.herocolone-block .swiper-slide figure {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.herocolone-block {
	padding: 60px 0;
	}
}

/* Background images */
.herocolone-block .bg-shdw {
position: absolute;
width: 1920px;
height: 1920px;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 1920px 1920px;
opacity: 1;
z-index: 0;
}
.herocolone-block .bg-shdw.shdw-left-inner {
top: -550px;
left: -500px;
rotate: 45deg;
}
.herocolone-block .bg-shdw.shdw-left-outer {
top: -550px;
left: -500px;
rotate: 45deg;
}
.herocolone-block .bg-shdw.shdw-right-inner {
top: -550px;
right: -550px;
rotate: -45deg;
}
.herocolone-block .bg-shdw.shdw-right-outer {
top: -550px;
right: -550px;
rotate: -45deg;
}