.ux_banner {
    position: relative;
    margin-top: -40px;
}

.ux_background_full {
	position:absolute;
	left:50%;
	top:0;
	width:100vw;
	height:100%;
	transform:translateX(-50%);
}
.ux_background_overlay_dark {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#1e2227;
	opacity:0.5;
}
.ux_background_overlay_lines {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('../images/website_lines.png') center bottom no-repeat;
	background-size:100% 80%;
	opacity:0.2;
}
.ux_background_overlay_lines.dark {
	background:url('../images/website_lines_dark.png') center bottom no-repeat;
	background-size:100% 80%;
	opacity:0.05;
}
.ux_background_cover {
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.ux_background_contain {
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
}
.ux_background_video {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	transform:translate(-50%,-50%);
}
.ux_background_video_full {
	position:absolute;
	left:50%;
	top:50%;
	width:120%;
	transform:translate(-50%,-50%);
}
.ux_background_video:before, .ux_background_video_full:before {
	content:"";
	padding-top:56.25%;
	display:block;
}
.ux_wave_bottom_color {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url('../images/wave_color.png') center center no-repeat !important;
    background-size: cover !important;
}

@media screen and (max-width: 800px)  {
	.ux_background_video {
		width:200%;
	}
	.ux_background_video_full {
		position:absolute;
		left:50%;
		top:50%;
		height:100%;
		width:10000px;
		transform:translate(-50%,-50%);
	}
	.ux_background_video_full:before {
		content:"";
		padding-top:0;
		display:block;
	}
}

.ux_banner_content {
    position: relative;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px;
}
.ux_logo_medium_light_center {
    height: 50px;
    background: url('../images/logo_light.png') center center no-repeat;
    background-size: auto 100%;
}
.ux_banner h2 {
	line-height:33px;
	font-size:23px;
	font-weight:700;
    color: #cfc8b8;
    margin: 30px;
}
.ux_banner h1 {
    line-height: 60px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.ux_banner h3 {
    line-height: 30px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 50px;
}

.ux_cta_small_color {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    font-weight: 700;
    padding: 0 25px 0 25px;
    border-radius: 13px;
    background-color: #cfc8b8;
    margin: 0 auto;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
	.ux_banner h2 {
		line-height:28px;
		font-size:19px;
	}
	.ux_banner h1 {
		line-height:37px;
		font-size:28px;
	}
    .ux_banner h3 {
        line-height: 28px;
        font-size: 19px;
    }
}