.vcx-widget-amazing-slideshow {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--margin-top);
	margin-bottom: var(--margin-bottom);
	container-type: inline-size;
}

.vcx-widget-amazing-slideshow .ux-title {
	text-align: center;
	padding: 0 2em;
	margin: 1.5em 0 0;
	font-size: clamp(14px, 2cqw, 16px);
}

.scx-wall-765 .vcx-widget-amazing-slideshow .ux-title {
	font-size: clamp(14px, 3cqw, 16px);
}

.vcx-widget-amazing-slideshow .amazingslider-arrow-left-1 {
	background-image: none !important;
	background-color: var(--arrow-color) !important;
	-webkit-mask-image: var(--arrow);
	mask-image: var(--arrow);
}

.vcx-widget-amazing-slideshow .amazingslider-arrow-right-1 {
	background-image: none !important;
	background-color: var(--arrow-color) !important;
	-webkit-mask-image: var(--arrow);
	mask-image: var(--arrow);
	transform: scaleX(-1);
}

.vcx-widget-amazing-slideshow.with-shadow .amazingslider-slider-1 {
	margin-bottom: 28px;
}

.vcx-widget-amazing-slideshow .amazingslider {
	height: auto !important;
}

.vcx-widget-amazing-slideshow .amazingslider-nav-1 {
	position: relative !important;
}

.vcx-widget-amazing-slideshow.ux-style-hero {
	max-width: 940px;
}

.vcx-widget-amazing-slideshow .ux-drag-item {
	position: relative;
}

.vcx-widget-amazing-slideshow .ux-protection,
.vcx-widget-amazing-slideshow .ux-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.vcx-widget-amazing-slideshow.ux-edit .ux-overlay {
	display: block;
}

.vcx-widget-amazing-slideshow .ux-image-container {
	position: relative;
}

.vcx-widget-amazing-slideshow .ux-dummy-image {
	position: relative;
	z-index: 0;
}

.vcx-widget-amazing-slideshow .ux-dummy-image:before,
.vcx-widget-amazing-slideshow .uk-slideshow.loading:before {
	content:'\f110';
	display:block;
	font-family:fontawesome;
	position: absolute;
	font-size: 24px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	animation: 2s linear 0s normal none infinite running uk-rotate;
	z-index: 0;
	color: #ccc;
}

.vcx-widget-amazing-slideshow .uk-thumbnail {
	display: block;
}

.vcx-widget-amazing-slideshow .uk-slideshow {
	padding: 0;
	position: absolute;
	top: 0;
}

.vcx-widget-amazing-slideshow .uk-slideshow li {
	position: absolute;
}

.vcx-widget-amazing-slideshow .uk-slideshow li a {
	display: block;
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.vcx-widget-amazing-slideshow [data-uk-slideshow] {
	position: relative;
	overflow: hidden;
}

.vcx-widget-amazing-slideshow .ux-slide-nav {
	display: block;
	position: absolute !important;
	top: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	background-color: var(--slideshow-nav-color);
	border-radius: 50%;
	display: none;
	width: 48px;
	height: 48px;
	background-size: cover;	
}

.vcx-widget-amazing-slideshow [data-uk-slideshow]:hover .ux-slide-nav {
	opacity: 1.0;
}

.vcx-widget-amazing-slideshow .amazingslider-arrow-left-1 {
	transform-origin: center;
}

.vcx-widget-amazing-slideshow a.api[data-action="edit"] {
	width: 16px !important;
	height: 16px !important;
}

.vcx-widget-amazing-slideshow .command-button.settings {
	top: 34px !important;
	right: 8px !important;
}

.scx-wall-1140 .vcx-widget-amazing-slideshow .command-button.settings {
	top: 37px !important;
	right: -34px !important;
	width: 21px !important;
	height: 21px !important;
}

.scx-wall-765 .vcx-widget-amazing-slideshow a.api[data-action="edit"] {
	top: 10px !important;
	right: -28px !important;
	width: 15px !important;
	height: 15px !important;
}

.scx-wall-765 .vcx-widget-amazing-slideshow .command-button[draggable] {
	top: 33px !important;
	right: -32px !important;
}

@media screen and (max-width: 939px){
	.vcx-widget-amazing-slideshow .ux-slide-nav {
		transform: scale(0.72);
	}
}