
.arrow-left,
.arrow-right {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	width: 50px;
	background-color: #FFFFFF;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(170,173,175,.5);
	background-repeat: no-repeat;
	background-size: 20px auto;
	z-index: 999;
}

.arrow-left {
	left: 0;
	background-image: url('/project/sg/scope/www/pub/img/arrow-left.svg');
	background-position: 12px center;

}

.arrow-right {
	right: 0;
	background-image: url('/project/sg/scope/www/pub/img/arrow-right.svg');
	background-position: right 12px center;
}