@media (min-width: 768px) {
	.hero-onecolumn {
		padding: 0;
		position: relative;
	}

	.hero-onecolumn .section-header-media {
		margin: 0;
		padding-bottom: 32.96%;
		width: 100%;
	}

	.hero-onecolumn .section-header-media .section-title {
		left: 50%;
		max-width: 75rem;
		transform: translateX(-50%);
		width: 100%;
	}

	.hero-onecolumn .section-header-media .section-title h1 {
		font-size: 3.125rem;
		margin: 0 auto;
		padding: 0 2.25rem;
		width: 100%;
	}

	.hero-onecolumn .section-header-media img {
		height: auto;
		left: 0;
		position: static;
		top: 0;
		transform: none;
		width: 100%;
	}

	.hero-onecolumn.no-image .section-header-media .section-title {
		margin-top: 10rem;
	}
.hero-onecolumn .section-header-media.homepage .section-title {opacity:0; animation:toptobottom-desktop ease-in 1; animation-fill-mode:forwards; animation-duration:1s;}

	@keyframes toptobottom-desktop{
		0% {
		transform: translate3d(-50%, -50px, 0);
		opacity: 0;
		}
		100% {
		transform: translate3d(-50%, 0, 0);
		opacity: 1;
		}
	}

}