button:focus,
a:focus,
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}
.glide__slide a { z-index: 20; }
.glide__slide img {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 0 auto;
}
.glide__arrows {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}
.glide__arrow {
	width: 36px;
	height: 36px;
	border-radius: 500px !important;
	padding: 0;
	border: 0;
	color: black;
	background-color: #f7f7f7 !important;
	box-shadow: none;
	font-size: 18px;
	z-index: 10;
	cursor: pointer;
}
.glide__arrow--left { margin-left: -1rem; }
.glide__arrow--right { margin-right: -1rem; }
.glide__arrow:hover {
	color: white;
	background-color: black !important;
}
