.jm-at-hero-wrapper {
	max-width: none !important;
	padding: 0 !important;
}

.jm-hero-container {
	position: relative;
	width: 100%;
    padding-block: clamp(100px, 30vh, 14vw);
}

.jm-hero-container-small {
    min-height: 200px;
}

.jm-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jm-hero {
	position: absolute;
	top: 0;
    z-index: 1;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2em 1em;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.jm-hero-bottom {
	top: auto;
	bottom: 0;
}

.jm-hero h1 {
	margin: 0 0 .1em;
	font-size: 6vw;
	letter-spacing: 0.03em;
	color: #fff;
	text-shadow: 0 0 30px #000;
}

.jm-hero p {
	margin-bottom: 1em;
	color: #fff;
	text-shadow: 0 0 30px #000;
}

.jm-hero .jm-button {
	padding: 1em 4em;
	border: 2px solid #fff;
	color: #fff;
	text-shadow: 0 0 30px #000;
	background-color: transparent;
}

.jm-hero .jm-button:hover {
	color: #000;
	background-color: #fff;
	text-shadow: none;
	cursor: pointer;
}

.jm-hero .jm-button:active {
	position: relative;
	top: 2px;
	color: #000;
	background-color: #fff;
}

@media screen and (min-width: 450px) {
	.jm-hero h1 {
		font-size: 5vw;
	}

	.jm-hero p {
		margin-bottom: 2em;
	}
}

@media screen and (min-width: 600px) {
	.jm-hero-container img {
		display: block;
	}

	.jm-hero {
		padding: 4em 1em;
	}
}

@media screen and (min-width: 768px) {
	.jm-hero h1 {
		font-size: 3.2vw;
	}

	.jm-hero p {
		max-width: 50%;
		margin: 0 auto 2em;
	}
}

@media screen and (min-width: 1280px) {
	.jm-hero p {
		font-size: 1.1em;
	}
}

.hero-video-popup {
	display: none;
}

.video-popup-visible .hero-video-popup {
	display: block;
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	width: 80%;
	margin: auto;
	padding: 1em;
	z-index: 1000;
	text-align: right;
	box-shadow: 0 0 60px -10px #000;
	background: #fff;
}

.page-block {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
}

.video-popup-visible .page-block {
	display: block;
}

.close-popup {
	display: block;
	margin: -.5em 0 .5em;
}

.close-popup:hover {
	cursor: pointer;
}
