/* Clinic Image Slider / Ticker */
.ayr-ticker-tape .owl-stage {
	display: flex;
	align-items: center;
}

.ayr-ticker-tape .owl-item {
	display: flex;
	align-items: center;
}

.ayr-ticker-tape__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.25rem;
}

.ayr-ticker-tape__item img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 24px;
}

@media (min-width: 768px) {
	.ayr-ticker-tape__item img {
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.ayr-ticker-tape__item img {
		height: 250px;
	}
}