.h {
	padding-bottom:41.9%;
	position:relative;
}
.h:after,.imgpreload:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:60%;
	background:linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(33,58,72,1) 100%);
	z-index:1;
}
.h h1 {
	font-size:min(130px,6.75vw);
	position:absolute;
	left:0;
	right:0;
	bottom:8%;
	margin:0 auto 0 auto;
	color:#fff;
	text-align:center;
	z-index:2;
}
.h h1 span:first-child{
	display: inline-block;
    background: #4b96c6;
    padding: 0.15em 0.2em 0 0.25em;
	line-height:1em;
}


@media all and (min-width: 1281px) {
	main {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
	}
	main h2:first-child {
		text-align:right;
	}
	main hr {
		flex-basis:100%;
	}
	main p {
		width:760px;
		margin-left:auto;
		margin-bottom:0;
	}
	main ul {
		width:760px;
		margin-left:auto;
		margin-bottom:0;
	}
}
/*
@media all and (max-width: 600px) {
	.imgpreload {
		display:none;
	}
}*/