.testimonials-marquee-desktop__container {
	display: none;
}

.testimonials-marquee-mobile__layout {
	display: block;
	position: relative;
	height: 200px;
}

.testimonials-marquee-mobile__container {
	display: block;
	position: relative;
	width: 414px;
	height: 200px;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	scroll-behavior: smooth;
}
.testimonials-marquee-mobile__container::-webkit-scrollbar {
	display: none;
}

.testimonials-marquee-mobile__inner-container {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.testimonials-marquee-tile__container {
	display: block;
	position: relative;
	width: 414px;
	height: 200px;
	float: left;
}

.testimonials-marquee-tile__quote-mark-open {
	display: block;
	position: absolute;
	top: 0px;
	left: 44px;
	width: 30px;
	height: 25px;
	background-image: url("open_quote.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonials-marquee-tile__quote-mark-close {
	display: block;
	position: absolute;
	right: 65px;
	top: 22px;
	width: 32px;
	height: 25px;
	background-image: url("close_quote.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonials-marquee-tile__quote {
	margin: 0px !important;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 70px;
	font-size: 20px;
	color: #333333;
}

.testimonials-marquee-tile__attribution {
	margin: 0 !important;
	padding-left: 60px;
	padding-right: 44px;
	padding-top: 16px;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "LC Gianluca Bold" !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #333333;
}

.testimonials-marquee-mobile__back-button {
	display: block;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 13px;
	height: 25px;
	background-image: url("back.svg");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.testimonials-marquee-mobile__next-button {
	display: block;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 13px;
	height: 25px;
	background-image: url("next.svg");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
