.d_landingPageArtistsCarousel_title {
	color: black;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 15px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 25px;
}

.d_landingPageArtistsCarousel_subtitle {
	text-align: center;
	margin: 0 auto 40px auto;
	max-width: 520px;
	padding: 0 20px;
}

.d_landingPageArtistsCarousel_container {
	margin-top: 40px;
}

.d_landingPageArtistsCarousel_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	transition: 0.6s;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-snap-stop: always;
	touch-action: manipulation;
	padding-bottom: 5px;
}

.d_landingPageArtistsCarousel_inner::-webkit-scrollbar {
	display: none;
}

.d_landingPageArtistsCarousel_item {
	max-width: 390px;
	min-width: calc(100vw - 27vw - 20px);
	padding: 0 10px;
	width: 100%;
	scroll-snap-align: start;
	text-align: center;
	cursor: pointer;
	color: #000;
}

.d_landingPageArtistsCarousel_itemInner {
	padding: 10px;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	border-radius: 9px;
	font-size: 14px;
}

.d_landingPageArtistsCarousel_followers {
	color: #e64a19;
	margin: 5px auto 12px auto;
}

.d_landingPageArtistsCarousel_text {
	font-style: italic;
}

.d_landingPageArtistsCarousel_text p {
	margin: 7px auto;
}

.d_landingPageArtistsCarousel_text img {
	display: inline;
	width: 18px;
	margin-left: 8px;
	margin-bottom: -3px;
}

.d_landingPageArtistsCarousel_img {
	max-width: 150px;
	width: 100%;
}

.d_landingPageArtistsCarousel_navigation {
	display: none;
}

.d_landingPageArtistsCarousel_modalContent h3 {
	margin-top: 0;
	font-size: calc(1em + 1.2vw);
}

.d_landingPageArtistsCarousel_modalContent img {
	object-fit: contain;
	min-height: initial !important;
	display: block;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.d_landingPageArtistsCarousel_item {
		min-width: calc(100vw - 57vw - 20px);
	}
}

@media (min-width: 768px) {
	.d_landingPageArtistsCarousel_item {
		min-width: 33.3%;
	}

	.d_landingPageArtistsCarousel_navigation {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.d_landingPageArtistsCarousel_slider {
		text-align: left;
		overflow: hidden;
	}

	.d_landingPageArtistsCarousel_inner {
		overflow: visible;
	}

	.d_landingPageArtistsCarousel_btnNav {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		transition: all .2s ease-in-out;
		z-index: 99;
		outline: 0;
		font-size: 13px;
		box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
		background: white;
		color: #5e5e5e;
		cursor: pointer;
	}

	.d_landingPageArtistsCarousel_btnNav img {
		width: 10px;
		height: 10px;
		align-self: center;
	}

	.d_landingPageArtistsCarousel_btnLeft {
		margin-right: 15px;
	}

	.d_landingPageArtistsCarousel_btnRight {
		margin-left: 15px;
	}

	.d_landingPageArtistsCarousel_btnRight img {
		transform: rotate(180deg);
	}

	.d_landingPageArtistsCarousel_navigation .d_shared_paginate {
		width: auto;
		top: initial;
		position: static;
	}

	.d_landingPageArtistsCarousel_modalContent h3 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.d_landingPageArtistsCarousel_modalContent img {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.d_landingPageArtistsCarousel_title {
		font-size: 36px;
		padding: 0;
		line-height: 1.364;
		margin: 0 auto 20px auto;
		max-width: 1150px;
	}

	.d_landingPageArtistsCarousel_subtitle {
		font-size: 20px;
		max-width: 560px;
		margin: 0 auto 20px auto;
	}

	.d_landingPageArtistsCarousel_container {
		margin: 50px auto 0 auto;
		padding: 0 30px;
		max-width: 1229px;
	}

	.d_landingPageArtistsCarousel_item {
		padding: 0 20px;
	}

	.d_landingPageArtistsCarousel_itemInner {
		padding: 25px;
		font-size: 20px;
	}

	.d_landingPageArtistsCarousel_img {
		max-width: 250px;
	}

	.d_landingPageArtistsCarousel_text p:last-child {
		font-size: 18px;
	}
}