.carousel,
.carousel-inner,
.carousel-item {
	width: 100%;
	height: 100%;
}

.page-designer-reference .carousel-control-next {
	right: 1rem;
}

.page-designer-reference .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23135cb0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.page-designer-reference .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23135cb0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.region .experience-component {
	position: relative;
	left: 0px;
}


.experience-component .region_landscape-large:before, 
.experience-component .region_square:before,
.experience-component .region_landscape-small:before {
	padding-top: 0 !important;
}

.experience-component figcaption.product-text_container {
	position: relative;
	bottom: inherit !important;
}

.carousel-mobile{
	display: none;
}

.carousel-desktop{
	display: block;
}

@media screen and (max-width: 767px) {
	.carousel-mobile{
		display: block!important;
	}
	
	.carousel-desktop{
		display: none!important;
	}	
}