.w-sbb-image-wrap {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 100%;
}
.w-sbb-image-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
	cursor: pointer;
}
.w-sbb-meta-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	display: flex;
	align-items: center;
	padding: 36px; 
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0 0 30px 30px;
}
@media ( max-width: 767px ) {
	.w-sbb-meta-wrap {
		padding: 24px; 
	}
	.w-sbb-image-wrap img {
		border-radius: 20px;
	}
}
.w-sbb-heading {
	margin-bottom: 36px;
}
.w-sbb-heading-wrap {
	display: flex;
	flex-wrap: wrap;
}
.w-sbb-heading {
	flex: 0 0 80%;
	max-width: 80%;
}
.w-sbb-link {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: right;
	margin-top: 32px !important;
}
.w-swiper-better-button-wrap {
	margin-top: 24px;
}
.w-mobile-showmore {
	display: none;
}
@media ( max-width: 767px ) {
	.w-sbb-heading-wrap .w-sbb-link {
		display: none;
	}
	.w-mobile-showmore {
		display: block;
		text-align: center;
		margin-top: 24px;
	}
	.w-swiper-better-button-wrap .swiper-pagination {
		position: relative;
	}
	.wehomo-service-better {
		padding: 0px 12px;
	}
	.w-mobile-showmore .w-widget-readmore-button {
		padding: 12px 10px 12px 18px;
		background: #D4D4D4;
		color: #404040 !important;
		border-radius: 30px;
	}
}
.w-sbb-image-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(64, 64, 64, 0.85);
	border-radius: 30px;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 2;
	transition: all 0.25s;
}
.swiper-slide-active .w-sbb-image-wrap:before {
	background: none !important;
	display: none;
}
.swiper-slide-next .w-sbb-image-wrap:before {
	background: none !important;
	display: none;
}
.swiper-slide-next + .swiper-slide .w-sbb-image-wrap:before {
	background: none !important;
	display: none;
}
@media ( max-width: 767px ) {
	.w-sbb-heading-wrap {
		justify-content: center;
		text-align: center;
	}
	.w-sbb-slider .swiper-slide-next {
		opacity: 0.5;
	}
}
.w-sbb-meta-wrap {
	cursor: pointer
}