.vid-hero{
	
	display:none;
}



.emer-hero {
	/* background: #00703d;*/
    position: relative;
    height: 65%;
	   overflow: hidden;
	 text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
	background-image: url(/_resources-2019/images/snowy_background.jpg);
	
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
   
  /*  background-blend-mode: lighten; */
}  


	.hero-img {
        padding: 48px;
    display: block;
    background: #333333a6;
    margin: 0px 15px;
	max-width: 1000px;
}
	
			
  .clock {
    color: #fff;
    /* border: 4px solid rgb(255, 252, 252); */
    /* padding: 8px; */
    text-align: center;
    /* width: 500px; */
    margin: 0 auto;
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    font-size: 1.2em;
}
	
	
	
	
	
	
	.hero-img h2 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 6em;
   letter-spacing: 2px;
    text-transform: uppercase;
	    margin-bottom: 15px;
}
	.hero-img p {
         color: #e9e9e9;
    font-size: 1.7em;
    margin-bottom: 25px;
    line-height: 1.2em;
}
	
	a.hero-btn {
    display: inline-block;
    padding: 19px 26px;
    color: #ffffff;
    
    margin: 0 auto;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
       background-color: #53aca7;
	}


	
	@media (max-width: 1728px) {
	
	.hero-img {
        padding: 25px;
    display: block;
    background: #333333a6;
    margin: 0px 15px;
	max-width: 1000px;
}
	.hero-img h2 {
    font-size: 4em;
}
	.hero-img p {
    font-size: 1.2em;
}
	a.hero-btn {
    padding: 14px 16px;
    font-size: 1em;
}
	}
	
	
@media (max-width: 991px) {
	
	.hero-img {
   
	    max-width: 600px;
}
	
	.hero-img h2 {
    font-size: 2.5em;
}
	.clock {
   
    font-size: 1em;
}
	.hero-img p {
    font-size: 1em;
}
	a.hero-btn {
    padding: 14px 16px;
    font-size: 1em;
}
	}	
	
	@media (max-width: 1199px) {
	.emer-hero {
       margin-top: 51px;
}
}

@media (min-width: 768px) {
	
	.back.row {
        margin-top: -91px;
}
	}
	@media (max-width: 767px) {

	
.back.row {
    margin-top: 0px;
}	
	
}




	