.vc {
	overflow: hidden;
}
.vc__content {
	padding: 1rem;
}
@media (min-width: 1023px) {
	.vc__content {
		padding: 2rem;
		max-width: 600px;
		margin-left: auto;
	}
}
.vc__carousel {
	overflow: hidden;
	margin-bottom: 0 !important;
}
.vc__carousel > .flickity-viewport {
	overflow: visible !important;
}
.vc__carousel__item {
	opacity: 0;
	width: 95%;
	margin-right: 1rem;
	height: auto;
}
@media screen and (min-width: 768px) {
	.vc__carousel__item {
		width: 80%;
	}
}
.flickity-enabled .vc__carousel__item {
	opacity: 1;
}
.vc__carousel__item .vid-player {
	box-shadow: none;
}
.vc__arrows {
	padding: 1rem;
	display: flex;
	justify-content: center;
}
.vc__next,
.vc__prev {
	background: #ffffff;
	border: 2px solid #17cad5;
	border-radius: 100px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
}
.vc__next:focus,
.vc__prev:focus {
	outline: 1px dotted #17cad5;
}
.vc__next svg,
.vc__prev svg {
	fill: #17cad5;
	width: 28px;
  	height: 28px;
	margin: auto;
	display: block;
}
.vc__next.disabled,
.vc__prev.disabled {
	border-color: #eeeeee;
}
.vc__next.disabled svg,
.vc__prev.disabled svg {
	fill: #eeeeee;
}
/*# sourceMappingURL=video-carousel.css.map */
