.VideoOverlay-overlay {
    position: fixed;
    display: none;
    top: 0;
    left:0;
   right:0;
   bottom:0;
   margin:0 auto;
   max-width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    padding:60px;
   height: 100%;
}
.VideoOverlay-overlay--exit-icon {
    position: absolute;
   top:-35px;
   right:-35px;
    width: 26px;
    height: 26px; 
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
.nibe-button-wrapper{
  text-align: center;
}
.nibe-button {
  display: block;
  width: 100%;
  font: bold 16px/1.19 "woodfordbourne",sans-serif;
  text-transform: uppercase;
  background-color: #E84129;
  padding: 19px 36px;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align:center;
   text-decoration:none;
}
@media (min-width: 768px) {
  .nibe-button {
    width: auto;
    display: inline-block;
  }
}
.video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: visible;
}
.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}  
@media (min-width: 1280px){
   .video-container {
      position: relative;
      padding-bottom: 30px;
      padding-top: 30px;
      height: 100%;
      max-width: 1280px;
      overflow: visible;
      margin: auto;
   }
}
.mobile-search-fix {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}