.page-center.video-content {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
  text-align: center;
}



.hs-video-banner {
  margin-bottom: 0px !important;
    margin-top: -180px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 12% 0px 7%;
  background-position: center center;
  position: relative;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
  background-repeat: repeat;
  background-size: cover !important;
  overflow: hidden;
  background: #3a3a3a;
  background: -moz-linear-gradient(45deg,#0c1776 0%,#207cca 51%,#6ae8fc 100%);
  background: -webkit-linear-gradient(45deg,#0c1776 0%,#207cca 51%,#6ae8fc 100%);
  background: linear-gradient(45deg,#0c1776 0%,#207cca 51%,#6ae8fc 100%);
}

.video-inner p {
  font-family: "halyard-display-variable",sans-serif !important;
  font-variation-settings: 'wght' 200;
  font-weight: 200;
  margin: auto;
  max-width: 1000px;
  font-size: 24px;
}

.hs-video-banner video.parallax-video {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
}
.hs-video-banner .video-content-wrapper {
  z-index: 3;
  position: relative;
  /*margin-bottom: -150px;*/
}

.white {color:white;}

h1.videoheader  { 
  font-weight: 500;
  font-family: 'presicav', arial, sans-serif !important;
  font-size: 72px;
  font-weight: bold;
}

h1.videoheader span {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
}

@media (max-width: 1700px) { 
  .hs-video-banner {
    margin-bottom: 0px !important;
    margin-top: -50px;
}
}
@media (max-width: 767px) { 
 p.hs-video-banner   {font-size:500%!important;}
  .hs-video-banner {
  margin-bottom: 0px;
    margin-top: 0px;
}
  
  h1.videoheader {
    font-weight: 500;
    font-family: 'presicav', arial, sans-serif !important;
    font-size: 48px;
    font-weight: bold;
  }
  
  
  .subtitles-menu {
    display:none;
    position:absolute;
    bottom:14.8%;
    right:20px;
    background:#666;
    list-style-type:none;
    margin:0;
    padding:0;
    width:100px;
    padding:10px;
}

@media (max-width: 476px) { 

 p.hs-video-banner   {font-size:380%!important;}
 h1.hs-video-banner   {font-size:160%!important;}
  .hs-video-banner {
    padding: 130px 0px 230px 0px;}

}