/**
 * KU Tours List widget styles
 */

.ku-tours-list__item article {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.ku-tours-list__item article img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

.ku-tours-list__item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.ku-tours-list__item {
	max-width: 100%;
}

@media (min-width: 1024px) {
	.ku-tours-list__item {
		min-height: 120px;
	}
}
