.slider-start {
	position: relative;
	width: 100vw;
	contain: paint;
}

.slider-start figure {
	position: relative;
}

.slider-start figure figcaption {
	position: absolute;
	bottom: 10%;
	width: auto;
	min-width: 85vw;
	max-width: 85vw;
	z-index: 2000;
	display: block;
}

.slider-start figure figcaption div {
	background: rgba(255, 255, 255, .6);
	padding: 5px 18px 5px 20px;
	display: block;
}

.slider-start figure figcaption div:empty {
	display: none;
}

.slider-start figure figcaption a {
	text-decoration: none;
	display: block;
}

.slider-start figure figcaption p {
	margin-bottom: 0.1em;
}

.slider-start figure figcaption p:nth-child(odd) {
	font-size: 1.7em;
	font-weight: bold;
}

.slider-start figure figcaption p.size-xs:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-s:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-m:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-l:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-xl:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-xxl:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-xl3:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p.size-xl4:nth-child(odd) {
	font-size: 1.7em;
}

.slider-start figure figcaption p:nth-child(even) {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

.slider-start figure figcaption p.font-senti:nth-child(odd) {
	font-family: sentientbold, serif;
	font-weight: normal;
}

.slider-start figure figcaption p.font-black {
	color: rgb(61, 50, 46) !important;
}

.slider-start figure figcaption span {
	display: block;
	font-weight: bold;
	text-align: inherit;
}

.slider-start figure figcaption small {
	display: block;
	font-size: 1.35em;
	text-align: inherit;
}

.slider-start figure figcaption span:nth-child(odd) {
	font-size: 1.35em;
	font-weight: normal;
}

.slider-start figure figcaption span:nth-child(even) {
	display: none;
}

@media screen and (min-width: 768px) {
	.slider-start figure figcaption p:nth-child(odd) {
		font-size: 2.5em;
		font-weight: bold;
	}

	.slider-start figure figcaption p.size-xs:nth-child(odd) {
		font-size: 1.95em;
	}

	.slider-start figure figcaption p.size-s:nth-child(odd) {
		font-size: 2.1em;
	}

	.slider-start figure figcaption p.size-m:nth-child(odd) {
		font-size: 2.35em;
	}

	.slider-start figure figcaption p.size-l:nth-child(odd) {
		font-size: 2.65em;
	}

	.slider-start figure figcaption p.size-xl:nth-child(odd) {
		font-size: 2.8em;
	}

	.slider-start figure figcaption p.size-xxl:nth-child(odd) {
		font-size: 2.95em;
	}

	.slider-start figure figcaption p.size-xl3:nth-child(odd) {
		font-size: 3.1em;
	}

	.slider-start figure figcaption p.size-xl4:nth-child(odd) {
		font-size: 3.25em;
	}

	.slider-start figure figcaption p:nth-child(even) {
		font-size: 1.7em;
	}

	.slider-start {
		display: block;
	}

	.slider-start figure figcaption {
		min-width: 40vw;
		max-width: 45vw;
		bottom: 35%;
	}

	.slider-start figure figcaption div {
		padding-right: 25px;
	}

	.slider-start figure figcaption span:nth-child(even) {
		font-size: 1.7rem;
	}

	.slider-start figure figcaption small {
		font-weight: bold;
	}
}
