
.content {
    margin: 0 auto;
    width: 100%;
	margin-top: -453px;
}

.banner h2{
    color: rgb(255, 255, 255);
    font-size: 3em;
    text-align: center;
    padding: 3em 1.4em 0px;
}

.banner p{
color: rgb(255, 255, 255);
font-size: 1em;
text-align: center;
padding: 1em 4em 0px;
line-height:1.5em;
}

.images{

width:100%; 
height:453px;
background: #c02026;
background: -moz-linear-gradient(left, #c02026 11%, #c02026 11%, #f26429 64%, #f6881e 99%, #f6881e 10%);
background: -webkit-linear-gradient(left, #c02026 11%,#c02026 11%,#f26429 64%,#f6881e 99%,#f6881e 10%);
background: linear-gradient(to right, #c02026 11%,#c02026 11%,#f26429 64%,#f6881e 99%,#f6881e 10%);
    opacity: 0.7;
}

.fullscreen-bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	height:453px;
}

.fullscreen-bg__video {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
	min-width: 100%;
	min-height: 100%;
-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
    }

    .fullscreen-bg__video {
        display: none;
    }
}