.ms-1079fe04-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ms-1079fe04-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}

.ms-1079fe04-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ms-1079fe04-bg-image {
	background-size: cover;
	background-position: center;
}

.ms-1079fe04-bg-video {
	object-fit: cover;
}

.ms-1079fe04-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ms-1079fe04-content-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	/* default values applied via style tab */
}

.ms-1079fe04-content {
	padding: 30px;
	/* text-align applied via style tab */
}

.ms-1079fe04-title {
	margin-top: 0;
	margin-bottom: 15px;
}

.ms-1079fe04-desc {
	margin-bottom: 25px;
}

.ms-1079fe04-btn {
	display: inline-block;
	padding: 12px 24px;
	border: 2px solid;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ms-1079fe04-btn:hover {
	opacity: 0.8;
}

.ms-1079fe04-container .swiper-button-next,
.ms-1079fe04-container .swiper-button-prev {
	z-index: 4;
}

.ms-1079fe04-container .swiper-pagination {
	z-index: 4;
}
