﻿/*# sourceMappingURL=styles.css.map */

.home-video-back {
	overflow: hidden;
	min-height: 17rem;
	max-height: 60vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

@media (min-width: 1024px) {
	.home-video-back {
		padding: 2.5rem 5%;
		justify-content: flex-start;
	}
}

.home-video-back:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .25);
	z-index: 1;
}

.home-video-back_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-video-back_txt {
	z-index: 1;
	transition: opacity .6s;
	will-change: opacity;
}

@media (min-width: 1024px) {
	.home-video-back_txt {
		width: 29rem;
		display: flex;
		flex-flow: column;
	}
}

@media (min-width: 1440px) {
	.home-video-back_txt {
		width: 30rem;
	}
}

.home-video-back_txt-animated {
	margin-bottom: 1.8rem;
	position: relative;
}

.home-video-back_txt-animated-itm {
	color: #fff;
	line-height: 1;
	transition: opacity .8s, filter .8s;
	will-change: opacity, filter;
	margin: 0 0 1rem;
	padding: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.home-video-back_txt-animated-itm {
		margin: 0;
		text-align: left;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}

.home-video-back_txt-animated-itm:nth-child(1) {
	font-family: "Domaine Display", sans-serif;
	font-weight: 500;
	font-size: 2.5rem;
}

@media (min-width: 1024px) {
	.home-video-back_txt-animated-itm:nth-child(1) {
		opacity: 1;
		filter: blur(0);
		font-size: 4rem;
		line-height: .95;
	}
}

@media (min-width: 1279px) {
	.home-video-back_txt-animated-itm:nth-child(1) {
		font-size: 4.55rem;
	}
}

.home-video-back_txt-animated-itm:nth-child(2) {
	display: none;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 500;
}

@media (min-width: 1024px) {
	.home-video-back_txt-animated-itm:nth-child(2) {
		opacity: 0;
		display: block;
		font-size: 6rem;
		font-weight: 700;
		letter-spacing: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.home-video-back_txt-btns {
	text-align: center;
}

@media (min-width: 1024px) {
	.home-video-back_txt-btns {
		padding: 0 1.2rem;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.home-video-back_txt:hover .home-video-back_txt-animated-itm:nth-child(1) {
		opacity: 0;
	}
}

@media (min-width: 1024px) {
	.home-video-back_txt:hover .home-video-back_txt-animated-itm:nth-child(2) {
		opacity: 1;
	}
}
