.main {
	margin-top: 1rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#carousel {
	padding-top: 6rem;
	height: 100%;
	overflow: inherit;
}

.roundabout-holder {
	height: 23.5625rem;
	width: 57.1875rem;
	margin: 0 auto;
}

.roundabout-moveable-item {
	height: 23.5625rem;
	width: 29.3125rem;
	cursor: pointer;
	scale: 0.8;
	transition: scale 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-align: -webkit-center;
}

.roundabout-moveable-item img {
	max-width: 75%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

.roundabout-in-focus {
	cursor: auto;
	scale: 1.5;
}

.btnNext img,
.btnPrev img {
	height: 2.375rem;
	width: 2.375rem;
}

.btnPrev,
.btnNext {
	position: absolute;
	top: 50%;
	opacity: 1;
	transition: opacity 0.3s ease;
	z-index: 999;
}

.btnPrev {
	left: -0.625rem;
	transform: scaleX(-1);
}

.btnNext {
	right: -0.625rem;
}

.btnPrev:hover,
.btnNext:hover {
	opacity: 0.2;
}

li::marker {
	content: none;
}


@media (min-width: 768px) and (max-width: 991.98px) {

	.roundabout-holder {
		width: 100%;
	}

	.roundabout-moveable-item {
		height: 18.75rem;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	#carousel {
		padding-top: 0;
	}

	.product-section .container {
		padding-bottom: 0;
	}

	.roundabout-holder {
		width: 100%;
	}


	.roundabout-moveable-item img {
		max-width: 45%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.roundabout-moveable-item img {
		max-width: 50%;
	}
}
