.custom-home-banner {
  background-color: white !important;
  overflow: hidden;
}
.H1-head-title{
  margin: 25px; 
  padding: 25px;
  text-align: left;
}
.cta-left-image{
    position: relative;
    
}
.custom-home-banner h1{
    color: black !important;
    padding: 0;
    font-size: xx-large;
}
.custom-home-banner .page-center {
  position: relative;
  max-width: none !important;
  flex-direction: row-reverse;
  padding-top: 109px;
  padding-bottom: 36px;
  height: calc(100vh - 96px);
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}


.custom-home-banner .custom-home-banner-col-6 {
  width: 48.544%;
  position: relative;
  margin-right: 0;
}

.custom-home-banner .custom-home-banner-col-5 {
  width: 39.968%;
  margin-right: 11.5%;
}


.custom-home-banner .custom-home-banner-video {
  padding: 56.25% 0 0 0;
  position: relative;
  overflow: hidden;
}

.custom-home-banner h1 {
  color: #fff;
  padding: 0;
}

.custom-home-banner .custom-home-banner-video iframe {
  z-index: 5;
}

.custom-home-banner .header-2column-video--shape-top {
  position: absolute;
  width: 245px;
  height: 245px;
  top: -40%;
  right: -17%;
}

.custom-home-banner .header-2column-video--shape-bottom {
  position: absolute;
  bottom: -40%;
  left: -17%;
  width: 284px;
  height: 246px;
}

.custom-home-banner .custom-home-banner-col-6:after {
  content: '';
  position: absolute;
  display: block;
  background-position: center;
  background-size: cover;
  width: 186px;
  height: 66px;
  z-index: 6;
  top: 24px;
  left: -96px;
}

.custom-home-banner .custom-home-banner-mobile{
  display:none;
}

@media(max-width:1024px){
  .custom-home-banner .page-center {
    display: block;
    margin-top: 0;
    height: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .custom-home-banner .custom-home-banner-col-6 {
    width: 100%;
  }

  .custom-home-banner .custom-home-banner-col-5 {
    width: 100%;
    padding-top: 48px;
  }

  .custom-home-banner .header-2column-video--shape-top {
    top: -17%;
    right: -23%;
  }

  .custom-home-banner .header-2column-video--shape-bottom {
    bottom: -17%;
    left: -23%;
  }
}

@media(max-width:768px){
  .custom-home-banner .custom-home-banner-col-5 {
    display: none;
  }

  .custom-home-banner .custom-home-banner-mobile {
    display: block;
  }

  .custom-home-banner .page-center {
    padding: 0;
  }

  .custom-home-banner {
    overflow: inherit;
    background-color: white;
  }

  .custom-home-banner .header-2column-video--shape-bottom {
    display: none;
  }

  .custom-home-banner .header-2column-video--shape-top {
    display: none;
  }

  .custom-home-banner .custom-home-banner-button {
    position: absolute;
    right: 65px;
    bottom: -22px;
    margin-bottom: 0;
    z-index: 5;
  }

  .custom-home-banner .custom-home-banner-col-6:after {
    display: none;
  }
}

.video-block{
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

@media(max-width:500px){
  .custom-home-banner .page-center {
    padding-left: 17px;
    padding-right: 17px;
  }

  .custom-home-banner .custom-home-banner-button {
    right: 17px;
  }
}

#videowrapper{  
    position: relative;
    overflow: hidden;
} 

#fullScreenDiv{
    min-height: 100%; 
/*     height: 100vh; */
    width: 100vw;
    padding:0;
    margin: 0;
    background-color: gray;
    position: relative;
}

#video{    
    width: 100vw; 
    height: auto;
    margin: auto;
    display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
/*     height: 100vh;  */
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

#videoMessage{
    display: none;
    width: 100%; 
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
/*     display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  background: #00000057;
  background-size: 100%;
  border: none
   text-indent: -999em;
  overflow: hidden;

  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top:  50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #f48120
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f48120
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}