/* ---- FRONT-END ---- */
#smink-homepage-hero-wrapper {
	position: relative;
	margin-top: -150px;
}

#smink-homepage-hero-wrapper::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
	background: linear-gradient( to bottom, rgba( 0, 0, 0, 0.5), rgba( 0, 0, 0, 0 ) );
	z-index: 9000;
}

#smink-homepage-hero-wrapper:after {
	position: absolute;
    content: '';
    bottom: -70px;
    left: 50%;
    transform: translateX(50%);
    width: 2px;
    height: 70px;
    background-color: #EFD0B4;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container {
	display: flex;
	flex-direction: row;
	aspect-ratio: 16 / 9;
	max-height: 95vh;
	/* min-height: 95vh; */
	width: 100%;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider,
#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box,
#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel {
	/* height: 95vh; */
	height: 100%;
	width: 100%;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner {
	position: relative;
	height: 100%;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	/* height: 95vh; */
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: -10;
	transition: all .5s ease-in-out;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item-image-content-container,
#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item-image-content-container .carousel-item-image-content-media {
	display: flex;
	flex-direction: row;
	width: 100%;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item.active {
	opacity: 1;
	z-index: 1;
	transition: all .5s ease-in-out;
}



#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item .carousel-item-image-content-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 70px;
}


#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item .carousel-item-image-content-content h1 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
}

#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item .carousel-item-image-content-content h2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	margin: 0;
}

#smink-homepage-hero-wrapper .carousel-indicators-container ol.carousel-indicators li {
	height: 10px;
	width: 10px!important;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0 5px;
}

#smink-homepage-hero-wrapper .carousel-indicators-container ol.carousel-indicators li.active {
	background-color: transparent;
}






@media( max-width: 767px) {
	#smink-homepage-hero-wrapper {
		margin-top: 0;
	}

	#smink-homepage-hero-wrapper .smink-homepage-hero-container {
		aspect-ratio: 4 / 3;
	}

	#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item .carousel-item-image-content-content {
		font-size: 16px;
		line-height: 1.2;
		padding-bottom: 50px;
	}

	#smink-homepage-hero-wrapper .carousel-indicators-container ol.carousel-indicators li {
		height: 8px;
		width: 8px!important;
		border-radius: 4px;
		margin: 0 3px;
	}
}



@media only screen
	and (min-width: 768px) 
	and (max-width: 1180px) 
	and (orientation: portrait) {
		
		#smink-homepage-hero-wrapper {
			margin-top: 0;
		}

		#smink-homepage-hero-wrapper .smink-homepage-hero-container #slider #carousel-bounding-box .carousel .carousel-inner .carousel-item .carousel-item-image-content-content {
			line-height: 1.2;
			padding-bottom: 70px;
		}

		#smink-homepage-hero-wrapper .carousel-indicators-container ol.carousel-indicators li {
			height: 8px;
			width: 8px!important;
			border-radius: 4px;
			margin: 0 3px;
		}

		#smink-homepage-hero-wrapper .carousel-indicators-container ol.carousel-indicators li.active {
			background-color: transparent;
		}
}





/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}