.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
@media (max-width: 1999px ){
  .homepage-hero-module {
    height: 700px !important;
}
}
@media (max-width: 991px ){
	a.logo {
    display: block;
    width: 180px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
   .show991{
    display: block !important;
   }
   .hide991{
    display: none !important;
   }
   .tel {
    margin-top: 20px;
  }
}
@media (max-width: 768px ){
  .homepage-hero-module {
    height: 848px !important;
}
}
@media (max-width: 767px ){
   .show767{
   	display: block !important;
   }
   .hide767{
   	display: none !important;
   }
}
@media (max-width: 479px ){
  .homepage-hero-module {
    height: 990px !important;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 7%;
    width: 100%;
    text-align: center;
    color: #fff;
}
}
@media (max-width: 400px ){
	a.logo {
		width: 100%;
	}
}


