.banner-section .heading{
	display: none !important;
}
.banner-section .simple{
	margin: 0;
}

.banner--container {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    max-width: 100%;
}

.banner--container img {
    height: auto;
    left: 50%;
    right: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important;
    max-width: none !important;
}

.banner--container .banner-text {
    position: absolute;
    bottom: 13%;
    width: 100%;
    max-width: 1100px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner--container.banner--container__video .banner-text {
	bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    position: relative;
}

.banner--container .banner-text .banner-text--inner {
    max-width: 675px;
    color: #ffffff;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    background: rgba(10, 173, 254, 0.95);
    padding: 3%;
    display: block;
}
.banner--container.banner--container__video .banner-text .banner-text--inner {
	margin: 0;
	max-width: 100%;
}

.banner--container .banner-text .banner-text--inner .banner-text--title h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.429em;
    line-height: 1.5;
    font-weight: bold;
    margin: 0.5em 0 1em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
}

.banner--container .banner-text .banner-text--inner .banner-text--link {
    display: block;
    width: 100%;
}

.banner--container .banner-text .banner-text--inner .banner-text--link a.banner-btn {
    font-size: 1.25em;
    line-height: 1.75;
    padding: 0.25em 0.75em 0.15em;
    height: 2.25em;
    border: 1px solid transparent;
    border-radius: 0.25em;
    background: #fff;
    color: #00aaff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
}

.banner--container .banner-text .banner-text--inner .banner-text--content {
    padding-top: 10px;
}

.banner--container.banner--container__video {
	max-width: 100%;
	overflow: hidden;
	position: relative;	
	height: auto;
}

.banner--container.banner--container__video .video-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner--container.banner--container__video iframe,
.banner--container.banner--container__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    pointer-events: none;
    display: none;
    background: transparent;
}





@media screen and (min-width: 500px) {
	.banner--container {
	    height: auto;
	}

	.banner--container img {
	    left: 0px;
	    position: relative;
	    top: 0px;
	    bottom: 0px;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    width: 100% !important;
	    height: 100%;
	    max-width: 100% !important;
	}

	.banner--container.banner--container__video .video-container {
		background-image: none !important;
	}

	.banner--container.banner--container__video iframe,
	.banner--container.banner--container__video video {
	    display: block;
	}

	.banner--container .banner-text .banner-text--inner {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.banner--container .banner-text .banner-text--inner .banner-text--title {
	    -webkit-box-flex: 5;
	    -webkit-flex: 5;
	    -ms-flex: 5;
	    flex: 5;
	}

	.banner--container .banner-text .banner-text--inner .banner-text--title h3 {
	    margin-bottom: 0;
	}

	.banner--container .banner-text .banner-text--inner .banner-text--link {
	    -webkit-box-flex: 2;
	    -webkit-flex: 2;
	    -ms-flex: 2;
	    flex: 2;
	}

	.banner--container .banner-text .banner-text--inner .banner-text--link a.banner-btn {
	    min-width: 0;
	    float: right;
	}
}

@media screen and (min-width: 768px) {
	.banner--container.banner--container__video .banner-text {
		position: absolute;
	    bottom: 13%;
	    left: 50%;
	    right: 50%;
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	    margin: 0 auto;
	}

	.banner--container.banner--container__video .banner-text .banner-text--inner {
	    max-width: 675px;
	    margin-left: 30px;
	    margin-right: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.banner--container.banner--container__video {
		height: 400px;
	}

	.banner--container.banner--container__video iframe,
	.banner--container.banner--container__video video {
	    position: absolute;
	    top: 30%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: 400px;
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background: #000;
	    -webkit-transition: 1s opacity;
	    transition: 1s opacity;
	}
}