.sg-home-hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

/* Spectra container around the shortcode defaults to 10px padding. */
.wp-block-uagb-container:has(.sg-home-hero) {
	padding: 0 !important;
}

.sg-home-hero .swiper-wrapper {
	align-items: stretch;
}

.sg-home-hero a.swiper-slide {
	display: block;
	line-height: 0;
}

.sg-home-hero picture,
.sg-home-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.sg-home-hero img {
	aspect-ratio: 1920 / 600;
	object-fit: cover;
}

@media (max-width: 767px) {
	.sg-home-hero img {
		aspect-ratio: 1 / 1;
	}

	.sg-home-hero .swiper-pagination {
		display: none;
	}
}

.sg-home-hero .swiper-pagination {
	bottom: 12px;
}

.sg-home-hero .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #fff;
	opacity: 1;
}

.sg-home-hero .swiper-pagination-bullet-active {
	background-color: #996780;
}
