.rh-header__small-video {
	overflow: hidden;
	position: relative;
	
	& .rh-header__siteheader-stack-inner {
		position: relative;
		z-index: 500;
	}
	& .rh-header__background-media {
		position: absolute;
		z-index: 100;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.rh-header__p {
	margin-bottom: 0;
}
.rh-header__background-media {
	width: 100%;
	height: auto;
}
.rh-header__background-image {
	width: 100%;
	height: auto;
	border-radius: 0 !important;
	
	@media (max-width: 767px) {
  		height: 100%;
		  object-fit: cover;
	}
}
.rh-header__siteheader-stack {
	display: grid;

	> * {
		grid-area: 1/1/2/2;
	}
}
.rh-header__siteheader-stack-inner {
	display: flex;
	
	@media (max-width: 767px) {
		padding: 50px 0;
	}
	
	& .container {
		justify-content: center;
		display: flex;
		flex-direction: column;
		* {
		  color: var(--brightest);
		}
	}
	& .rh-header-position-center & {
		& .container {
			align-items: center;
		}
	}
	& .rh-header-position-right & {
		& .container {
			align-items: end;
		}
	}
}
.rh-header__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.rh-header__no-image {
	& .rh-header__overlay {
		background-color: var(--first-color);
	}
	& .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/* rh header end */