#main-banner-block {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
}
.banner-js .main-banner-back {
	height: 25em;
	width: 81.9em;
	touch-action: none;
}

.banner-js ul li.item {
	width: 81.899em;
}
.banner-js ul li a.banner-link {
	display: block;
	padding: 0;
}
.banner-js ul li img.banner-img {
	height: auto;
	width: 100%;
}
.banner-js ul li span.name {
	font-size: 1.2em;
	line-height: 1.5;
	top: 1em;
	left: 1em;
	right: 15em;
}
.arrow-left, .arrow-right {
	cursor: pointer;
	color: transparent;
	width: 4.5em;
	position: absolute;
	top: 40%;
	bottom: 40%;
	/*opacity: 0;*/
	outline: none!important;
}
.arrow-left {
	left: 0;
}
.arrow-right {
	right: 0;
}
.arrow-left .arrow-button, .arrow-right .arrow-button {
/*	background: url(/img/rotator-arrows.png) no-repeat 0 0;*/
	background-size: auto 30%;
	position: absolute;
	top: 15%;
	right: 25%;
	bottom: 15%;
	left: 25%;
}
/*.arrow-right .arrow-button {
	right: 25%;
	left: 0%;
}*/
.arrow-left .arrow-button {
	background-position: -7.5% 50%;
}
.arrow-right .arrow-button {
	background-position: 43.5% 50%;
}

.banner-js .arrow-left:hover .arrow-button, .banner-js .arrow-right:hover .arrow-button {
	background-color: rgba(0,0,0,.4);
}
.banner-js .arrow-left .arrow-button:hover, .banner-js .arrow-right .arrow-button:hover {
	background-color: rgba(0,0,0,.5);
}

@media only screen and (max-width: 1023px) {
	#main-banner .main-banner-back {
		font-size: 27.92%;
		float: none;
	}
	.arrow-left, .arrow-right {
		/*opacity: .3;*/
		width: 3.5em;
		top: 25%;
		bottom: 25%;
	}
	.arrow-left .arrow-button, .arrow-right .arrow-button {
		background-color: rgba(0,0,0,.5);
	}
}

@media only screen and (min-width: 1024px) {
}
