
.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
  max-width: initial;
}


.single-featured-properties-slide {
	padding: 5px;
	text-align: center;
	line-height: 14px;
	background: #ffffff;
	min-height: 200px;
	margin: 8px 1px;
}

.single-featured-properties-slide a {
	color: #ec008c;
	font-size: 12px;
	overflow-wrap: break-word;
}
.single-featured-properties-slide a:hover {
	color: #000000;
	font-size: 12px;
}

.single-featured-properties-slide a img{
	width: 60px;
	height: 60px;
	margin-bottom: 7px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
	text-align: center;
}