#myVideoContainer video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}


{# #}



.hero-banner-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 800px;
  position: relative;
}

.hero-banner-image.true {
  height: 600px;
}

.hero-banner-image.view_height { height: 100vh; }

@media(max-height:768px) and (min-width: 1024px) {
  
  .hero-banner-image.view_height {
    height: 800px;
  }
  
  .hero-banner-image.large {
    height: 100vh !important;
  }
  
}

@media(max-height:650px) {

.hero-banner-image.large {
    height: 120vh !important;
}
 html[dir="rtl"] .hero-banner-image.large {
    height: 125vh !important;
}
  
  
  .stats li span {
    font-size: 16px !important;
}
  .stats li {
    padding: 12px;
}

}




.hero-banner-image.large { height: 800px; }
.hero-banner-image.medium { height: 600px; }
.hero-banner-image.small { height: 400px; }
.hero-banner-image.tiny { height: 200px; }

.tiny .hero-banner-image {
  height: 300px !important;
}

.hero-banner-image .overlay {
/* background: #000;
  opacity: 0.4; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
}

.hero-banner-text-area {
 max-width: 900px;
 margin: 0 auto;
 position: relative;
 top: 50%;
 z-index: 1000;
 transform: translatey(-50%);
}

.hero-banner-text-area p.tagline {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0px;
  font-family: 'Barlow Condensed',sans-serif;
}

.hero-banner-text-area h1 {
 color: #fff !important;
 text-align: center;
 font-size: 72px;
 font-weight: 100;
 margin-top: 0;
}

.hero-banner-text-area p {
  color: #fff;
  font-size: 20px;
  max-width: 700px;
  margin: 16px auto;
}

.hero-banner-text-area h2 {
 color: #fff;
 text-align: center;
 font-size: 24px;
 font-weight: 400;
}

.hs-blog-listing .hero-banner-image .overlay {
  opacity: 0;
}

.hs-blog-listing .hero-banner-text-area {
  max-width: 1080px;
}

.hs-blog-listing .hero-banner-text-area h1,
.hs-blog-listing .hero-banner-text-area h2,
.hs-blog-listing .hero-banner-text-area p,
.hs-blog-listing .hero-banner-text-area .stats {
  color: #000;
  text-align: left;
  margin: 0;
}

/* Stats */
.stats {
  z-index: 1000;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 80px;
}
.stats ul { 
  list-style: none; 
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: space-around;
}

.stats li {
  display: inline-block;
  padding: 16px;
  min-width: 120px;
  font-size: 26px;
  font-weight: bold;
}

.stats li span { 
  clear: both; 
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: lighter;
}


@media(max-width: 1100px) {
  .hero-banner-image {
    height: auto !important;
  }
  .hero-banner-text-area {
    top: auto;
    transform: none;
    display: inline-block;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .hero-banner-text-area h1 {
    font-size: 64px;
  }
  .hero-banner-text-area h2 {
    font-size: 22px;
  }
  .hero-banner-image .stats {
    position: relative;
    display: inline-block;
    bottom: auto;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .hero-banner-image .stats ul {
    border-bottom: none;
  }
}

@media(max-width: 768px) {
  
  /* start added September 1 */
  .myVideoContainerHideInMobile {
    display: none;
  }
  /* end */
  
  .stats ul { 
    flex-direction: column;
    border-top: 0;
  }
  .hero-banner-image .stats {
    background-color: rgba(0,0,0,0.6);
  }
  .hero-banner-image {
      background-image: url(https://f.hubspotusercontent40.net/hubfs/5873592/ship_renders/ship_317.jpg) !important;
  }
  .hero-banner-text-area {
    padding-top: 60px;
  }
  .hero-banner-text-area h1 {
    font-size: 56px;
  }
  .hero-banner-text-area h2 {
    font-size: 20px;
  }
}