.main-banner-container, .monterey-video-container {
    position: relative;
    text-align: center;
}
.main-banner-container a, .monterey-video-container a {
    display: block;
}
.main-banner-container .banner-inner,
.monterey-video-container .banner-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
   /* padding-top: 300px;*/
    padding-bottom: 30px;
}

.main-banner-container *,
.monterey-video-container * {
    color: #F1F1F1 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-banner-container .header-image {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.main-banner-container h3,
.monterey-video-container h3 {
    text-transform: uppercase;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 2rem;
    color: #fff;
}

.main-banner-container h2, .monterey-video-container h2 {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.375rem;
    line-height: 2.5rem;
    color: #fff;
}

.main-banner-container .banner-subtitle, .monterey-video-container .banner-subtitle {
    margin-bottom: 5px;
}
.main-banner-container:before, .monterey-video-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
    background-image: url('data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.main-banner-container:hover h2, .monterey-video-container:hover h2, .main-banner-container:active h2, .monterey-video-container:active h2, .main-banner-container:focus h2, .monterey-video-container:focus h2 {
}

.main-banner-container .play-btn{
    bottom: 0;
    color: #fff;
    font-size: 68px;
    height: 52px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 45px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0.8;
}


/*** MEDIA QUERIES ***/

@media (max-width: 40em) {

    .main-banner-container *, .monterey-video-container *, .main-banner-container:before, .monterey-video-container:before {
        display: none;
    }
    .main-banner-container .header-slideshow {margin-top: 60px;}
    .main-banner-container .header-slideshow,
    .main-banner-container .header-slideshow .slide {display: block;}
	.main-banner-container .header-image {display: block;}
    .main-banner-container .play-btn{font-size: 38px;}

    /*DTN Specific*/
    .main-banner-container .header-slideshow .dtnheader,
    .main-banner-container .header-slideshow .dtnheader * {
       display: block; 
    }
}

@media (max-width: 64em) {
    .main-banner-container .banner-inner,
    .monterey-video-container .banner-inner {
        padding-top: 130px;
        padding-bottom: 10px;
    }
    .main-banner-container h3,
    .monterey-video-container h3 {
        font-family: "sweet-sans-pro", sans-serif;
        font-weight: 800;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.375rem;
        color: #fff;
    }
    .main-banner-container h2, .monterey-video-container h2 {
        font-family: "sweet-sans-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.875rem;
        line-height: 2rem;
        color: #fff;
    }
}
.main-banner-container .header-slideshow {
    margin-top: 85px
}
.main-banner-container.center .button.btn, .main-banner-container.bottomLeft .button.btn{
    max-width: fit-content;
    color: #022741!important;
}
.main-banner-container.center .banner-inner .button.btn{
    margin: 0 auto;
}
.main-banner-container.bottomLeft  .banner-inner {
    top: auto;
    width: 66%;
    bottom: 0;
    left: 50px;
    text-align: left;
}
.main-banner-container.bottomLeft  .banner-inner .banner-title {
    text-align: left;
}
.main-banner-container.center .banner-inner {
    width: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: inline-block;
    text-align: left;
    position: absolute;
    
}
.main-banner-container.center p, .main-banner-container.bottomLeft p {
    line-height: 1;
}
.main-banner-container.center h2, .main-banner-container.bottomLeft h2 {
    line-height: 1;
}
.main-banner-container.center .banner-inner, .main-banner-container.left .banner-inner{
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 64em) {
    .main-banner-container.center h2, .main-banner-container.bottomLeft h2 {
        font-size: 2.25rem;
    }
}
@media only screen and (max-width: 1400px) {
    .main-banner-container.center h2, .main-banner-container.bottomLeft h2 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 1024px) {
    .main-banner-container.center h2, .main-banner-container.bottomLeft h2 {
        font-size: 1.375rem;
    }
    .main-banner-container.center .button.btn, .main-banner-container.bottomLeft .button.btn{
        padding: 10px 14px 10px;
        font-size: 10px;
    }
}
@media only screen {
	.main-banner-container .header-image,
	.main-banner-container .header-slideshow {
		height: 90px;
	}
    .main-banner-container, .monterey-video-container {
        height: 90px;
    }
}
@media only screen and (min-width: 40.063em) {
    .main-banner-container, .monterey-video-container {
        height: 284px;
	}
	.main-banner-container .header-image,
	.main-banner-container .header-slideshow {
		height: 284px;
	}
}
@media only screen and (min-width: 64.063em) {
	.main-banner-container, .monterey-video-container {
		height: 415px;
	}
	.main-banner-container .header-image,
	.main-banner-container .header-slideshow {
		height: 415px;
	}
}
