/* ---- FRONT-END ---- */
#brx-slideshow-wrapper {
	position: relative;
	visibility: visible;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper {
	position: relative;
	visibility: visible;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media (min-width: 2040px) {
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper {
		margin-left: -100px;
		margin-right: -100px;
	}
}


#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-basis: 66.66667%;
	flex: 0 0 66.66667%;
	border-radius: 40px;
	max-width: 66.666667%;
	aspect-ratio: 100 / 70;
	overflow: visible;
	mask-image: url('images/Tetra - Bricks - Mask image.svg');
	mask-size: contain; /* cover; */
	mask-repeat: no-repeat;
	z-index: 10;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel {
	z-index: 0;
	overflow: visible;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel,
#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel .carousel-inner,
#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel .carousel-inner .carousel-item {
	height: 100%;
	width: 100%;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper {
	position: absolute;
	display: flex;
	right: 10px;
	top: calc( 50% - 50px );
	bottom: calc( 50% - 50px );
	transform: translateY( 50% );
	width: 100px;
	height: 100px;
	z-index: 1000;
	transition: all .3s ease-in-out;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 0 0 100%;
	justify-content: center;
	z-index: 2000;
}

#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next {
	position: relative;
	display: block;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background-color: #FFFFFF;
	opacity: 1;
	box-shadow: 0 0 50px rgba( 0, 0, 0, 0.05);
	transition: all .3s ease-in-out;
}

#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next:hover {
	transform: scale(1.2);
	transition: all .3s ease-in-out;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
	background-image: url('images/Tetra - Bricks - Blue arrow right.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container {
	position: relative;
	display: flex;
	font-size: var(--font-size-24);
	color: #FFFFFF;
	flex-direction: column;
	flex-basis: 33.33334%;
	flex: 0 0 33.33334%;
	padding: 70px;
	border-radius: 40px;
	background-color: #2B4C2D;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel,
#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel .carousel-inner,
#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel .carousel-inner .carousel-item {
	height: 100%;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .5s;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container h3.brx-slideshow-content-title {
	font-family: 'Degular Semibold', sans-serif;
	font-size: var(--font-size-60);
	/* font-weight: 600; */
	line-height: 1.1;
	color: #98F2AE;
	margin-bottom: .7em;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-text {
	margin-bottom: 2em;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-name {
	font-family: 'Inter Tight', sans-serif;
	font-size: var(--font-size-22);
	font-optical-sizing: auto;
	font-weight: var(--inter-font-weight-medium);
	font-style: normal;
	color: #98F2AE;
}

#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-practice {
	font-family: 'Inter Tight', sans-serif;
	font-size: var(--font-size-22);
	font-optical-sizing: auto;
	font-weight: var(--inter-font-weight-light);
	font-style: normal;
	color: #98F2AE;
}


/* ---- CAROUSEL INDICATORS ---- */
#brx-slideshow-wrapper ol.carousel-indicators {
	position: relative;
	bottom: 20px;
}

#brx-slideshow-wrapper ol.carousel-indicators li {
	height: 17px;
	width: 17px;
	margin: 5px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: transparent;
	opacity: 1;
}

#brx-slideshow-wrapper ol.carousel-indicators li.active {
	background-color: #FFFFFF;
}






@media( max-width: 767px ) {
	#brx-slideshow-wrapper {
		position: relative;
		visibility: visible;
		padding: 35px 0!important;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper {
		position: relative;
		visibility: visible;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		padding: 0 20px;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		border-radius: 40px;
		max-width: 100%;
		aspect-ratio: 100 / 80;
		overflow: visible;
		mask-image: url('images/Tetra - Bricks - Mask image.svg');
		mask-size: cover;
		mask-repeat: no-repeat;
		z-index: 10;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel {
				z-index: 0;
				overflow: visible;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel .carousel-inner,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel .carousel-inner .carousel-item {
				height: 100%;
				width: 100%;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container img {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				object-fit: cover;
				object-position: center;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper {
				position: absolute;
				display: flex;
				right: -50px;
				top: calc( 50% - 50px );
				bottom: calc( 50% - 50px );
				transform: translateY( 50% );
				width: 100px;
				height: 100px;
				z-index: 1000;
				transition: all .3s ease-in-out;
			}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper {
		position: absolute;
		display: flex;
		right: 10px;
		top: calc( 33% - 10px );
		bottom: inherit; /* calc( 33% - 10px ); */
		transform: inherit; /* translateY( 33% ); */
		width: 40px;
		height: 40px;
		z-index: 1000;
		transition: all .3s ease-in-out;
	}
	
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper.previous {
		position: absolute;
		display: flex;
		left: 10px;
		top: calc( 33% - 10px );
		bottom: inherit; /* calc( 33% - 10px ); */
		transform: inherit; /* translateY( 33% ); */
		width: 40px;
		height: 40px;
		z-index: 1000;
		transition: all .3s ease-in-out;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container {
				display: flex;
				flex-direction: column;
				flex-basis: 100%;
				flex: 0 0 100%;
				justify-content: center;
				z-index: 2000;
			}
	
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-prev-button-container {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		justify-content: center;
		z-index: 2000;
	}

	#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next {
		position: relative;
		display: block;
		height: 40px;
		width: 40px;
		border-radius: 20px;
		background-color: #FFFFFF;
		opacity: 1;
		box-shadow: 0 0 20px rgba( 0, 0, 0, 0.05);
		transition: all .3s ease-in-out;
	}
	
	#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-prev-button-container a.carousel-control-prev {
		position: relative;
		display: block;
		height: 40px;
		width: 40px;
		border-radius: 20px;
		background-color: #FFFFFF;
		opacity: 1;
		box-shadow: 0 0 20px rgba( 0, 0, 0, 0.05);
		transition: all .3s ease-in-out;
	}

	#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next:hover {
		transform: inherit;
		transition: all .3s ease-in-out;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		background-image: url('images/Tetra - Bricks - Blue arrow right.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px auto;

	}
	
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-prev-button-container a.carousel-control-prev::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		transform: rotate(180deg);
		background-image: url('images/Tetra - Bricks - Blue arrow right.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px auto;

	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container {
		position: relative;
		display: flex;
		font-size: var(--font-size-20);
		color: #FFFFFF;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		padding: 40px;
		border-radius: 40px;
		background-color: #2B4C2D;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel .carousel-inner,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel .carousel-inner .carousel-item {
				height: 100%;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel.carousel-fade .carousel-item {
				display: block;
				opacity: 0;
				transition: opacity ease-out .5s;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel.carousel-fade .carousel-item.active {
				opacity: 1 !important;
			}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container h3.brx-slideshow-content-title {
		font-size: var(--font-size-32);
		font-weight: 600;
		line-height: 1.1;
		color: #98F2AE;
		margin-bottom: .7em;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-text {
				margin-bottom: 2em;
			}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-name {
		font-family: 'Inter Tight', sans-serif;
		font-size: var(--font-size-20);
		font-optical-sizing: auto;
		font-weight: var(--inter-font-weight-medium);
		font-style: normal;
		color: #98F2AE;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-practice {
		font-family: 'Inter Tight', sans-serif;
		font-size: var(--font-size-20);
		font-optical-sizing: auto;
		font-weight: var(--inter-font-weight-light);
		font-style: normal;
		color: #98F2AE;
	}


	/* ---- CAROUSEL INDICATORS ---- */
	#brx-slideshow-wrapper ol.carousel-indicators {
		position: relative;
		bottom: -30px;
	}

	#brx-slideshow-wrapper ol.carousel-indicators li {
		height: 10px;
		width: 10px;
		margin: 3px;
		border: 1px solid #FFFFFF;
		border-radius: 5px;
		background-color: transparent;
		opacity: 1;
	}

	#brx-slideshow-wrapper ol.carousel-indicators li.active {
		background-color: #FFFFFF;
	}
}
				

@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: portrait) {
	  #brx-slideshow-wrapper {
		position: relative;
		visibility: visible;
		padding: 35px 0!important;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper {
		position: relative;
		visibility: visible;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		padding: 0 20px;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		border-radius: 40px;
		max-width: 100%;
		aspect-ratio: 100 / 80;
		overflow: visible;
		mask-image: url('images/Tetra - Bricks - Mask image.svg');
		mask-size: cover;
		mask-repeat: no-repeat;
		z-index: 10;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel {
				z-index: 0;
				overflow: visible;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel .carousel-inner,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container .carousel .carousel-inner .carousel-item {
				height: 100%;
				width: 100%;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-image-container img {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				object-fit: cover;
				object-position: center;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper {
				position: absolute;
				display: flex;
				right: -50px;
				top: calc( 50% - 50px );
				bottom: calc( 50% - 50px );
				transform: translateY( 50% );
				width: 100px;
				height: 100px;
				z-index: 1000;
				transition: all .3s ease-in-out;
			}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper {
		position: absolute;
		display: flex;
		right: 10px;
		top: calc( 33% - 10px );
		bottom: inherit; /* calc( 33% - 10px ); */
		transform: inherit; /* translateY( 33% ); */
		width: 40px;
		height: 40px;
		z-index: 1000;
		transition: all .3s ease-in-out;
	}
	
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper.previous {
		position: absolute;
		display: flex;
		left: 10px;
		top: calc( 33% - 10px );
		bottom: inherit; /* calc( 33% - 10px ); */
		transform: inherit; /* translateY( 33% ); */
		width: 40px;
		height: 40px;
		z-index: 1000;
		transition: all .3s ease-in-out;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container {
				display: flex;
				flex-direction: column;
				flex-basis: 100%;
				flex: 0 0 100%;
				justify-content: center;
				z-index: 2000;
			}
	
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-prev-button-container {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		justify-content: center;
		z-index: 2000;
	}

	#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next {
		position: relative;
		display: block;
		height: 40px;
		width: 40px;
		border-radius: 20px;
		background-color: #FFFFFF;
		opacity: 1;
		box-shadow: 0 0 20px rgba( 0, 0, 0, 0.05);
		transition: all .3s ease-in-out;
	}
	
	#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-prev-button-container a.carousel-control-prev {
		position: relative;
		display: block;
		height: 40px;
		width: 40px;
		border-radius: 20px;
		background-color: #FFFFFF;
		opacity: 1;
		box-shadow: 0 0 20px rgba( 0, 0, 0, 0.05);
		transition: all .3s ease-in-out;
	}

	#brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next:hover {
		transform: inherit;
		transition: all .3s ease-in-out;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		background-image: url('images/Tetra - Bricks - Blue arrow right.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px auto;

	}
	
	#brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-prev-button-container a.carousel-control-prev::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		transform: rotate(180deg);
		background-image: url('images/Tetra - Bricks - Blue arrow right.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px auto;

	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container {
		position: relative;
		display: flex;
		font-size: var(--font-size-20);
		color: #FFFFFF;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		padding: 40px;
		border-radius: 40px;
		background-color: #2B4C2D;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel .carousel-inner,
			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel .carousel-inner .carousel-item {
				height: 100%;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel.carousel-fade .carousel-item {
				display: block;
				opacity: 0;
				transition: opacity ease-out .5s;
			}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .carousel.carousel-fade .carousel-item.active {
				opacity: 1 !important;
			}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container h3.brx-slideshow-content-title {
		font-size: var(--font-size-32);
		font-weight: 600;
		line-height: 1.1;
		color: #98F2AE;
		margin-bottom: .7em;
	}

			#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-text {
				margin-bottom: 2em;
			}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-name {
		font-family: 'Inter Tight', sans-serif;
		font-size: var(--font-size-20);
		font-optical-sizing: auto;
		font-weight: var(--inter-font-weight-medium);
		font-style: normal;
		color: #98F2AE;
	}

	#brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container .brx-slideshow-content-practice {
		font-family: 'Inter Tight', sans-serif;
		font-size: var(--font-size-20);
		font-optical-sizing: auto;
		font-weight: var(--inter-font-weight-light);
		font-style: normal;
		color: #98F2AE;
	}


	/* ---- CAROUSEL INDICATORS ---- */
	#brx-slideshow-wrapper ol.carousel-indicators {
		position: relative;
		bottom: -30px;
	}

	#brx-slideshow-wrapper ol.carousel-indicators li {
		height: 10px;
		width: 10px;
		margin: 3px;
		border: 1px solid #FFFFFF;
		border-radius: 5px;
		background-color: transparent;
		opacity: 1;
	}

	#brx-slideshow-wrapper ol.carousel-indicators li.active {
		background-color: #FFFFFF;
	}
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: landscape) {
	  #brx-slideshow-wrapper {
		  padding: 35px 0!important;
	  }
	  
	  #brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container h3.brx-slideshow-content-title {
		  font-size: var(--font-size-42);
	  }
	  
	  #brx-slideshow-wrapper #brx-slideshow-content-wrapper .brx-slideshow-content-container {
		  padding: 50px;
	  }
	  
	  #brx-slideshow-wrapper ol.carousel-indicators li {
		  height: 12px;
		  width: 12px;
	  }
	  
	  #brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper {
		  height: 70px;
		  width: 70px;
	  }
	  
	  #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next {
		  height: 70px;
		  width: 70px;
		  border-radius: 35px;
	  }
	  
	  #brx-slideshow-wrapper #brx-slideshow-content-wrapper #brx-slideshow-content-image-navigation-wrapper .brx-slideshow-content-image-navigation-next-button-container a.carousel-control-next::before {
		  height: 70px;
		  width: 70px;
	  }
}