/* Patient Stories */
.patient-story figure.story-edit, .patient-story figure.quote {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.patient-story p.quote {
	padding: 2em 2.22em;
	border-radius: var(--radial-border);
	background-color: var(--off-color);
	margin-top: 2.5em;
}
/* End Patient Stories */

/* V2 */
.patient-stories.v2 {
	background: #EFEFEF;
}
.patient-stories.v2 .total-1 .system-cards{
	justify-content: center;
}
.patient-stories.v2 .total-1 .scrolling-list-nav{
	display: none;
}
.patient-stories.v2 ul li iframe{
	width: 100% !important;
	height: 100%;
	min-height: 250px;
}

@media screen and (max-width:1280px){
	.patient-stories.v2 ul li iframe{
		min-height: 200px;
	}
}

@media screen and (max-width:1024px){
	.patient-stories.v2 ul li iframe{
		min-height: 250px;
	}
	.patient-stories.v2 header{
		text-align: center;
	}
	.patient-stories.v2 .main > div{
		width: 100%;
		margin-top: 2em;
	}
}
@media screen and (max-width:800px){
	.patient-stories.v2 ul li {
		width: 100%;
	}
	.patient-stories.v2 ul li iframe{
		max-width: 500px;
	}
}