.block_weblink {
	position: relative;
}
.block_weblink ul li .item {
	margin: 0 auto;
	position: relative;
	padding: 0;
	background-color: #fff;
	text-align: center;
	border: 1px solid var(--brand-added-color-1);
	height: 100px;
	overflow: hidden;
}
.block_weblink ul li .item img {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}
.block_weblink .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
}
.block_weblink .bx-wrapper .bx-controls-direction a {
	background-color: #c9c9c9;
	background-image: url('../images/controls-white.png');
}
.block_weblink .bx-wrapper .bx-prev {
	left: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.block_weblink .bx-wrapper .bx-next {
	right: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.block_weblink .bx-wrapper .bx-viewport {
	background: transparent;
	border: 0;
	box-shadow: none;
	left: 0px;
}
@media (max-width: 767px) {
	.block_weblink .bx-controls {
		display: none;
	}
	.block_weblink ul li .item {
		height: 95px;
	}
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}