.margintp{margin-top: 40px}
.fullscreen-video-container {

    position: relative;
  
   
  
    overflow: hidden;
    
    display: flex;
  
    justify-content: center;
  
    /*align-items: center;*/
  
  }
  
  .fullscreen-video-container video {
  
    /*position: absolute;
    top: 50%;
  
    left: 50%;
  
    transform: translate(-50%,-50%);*/
  
    width: auto;
  
    height: auto;
  
    min-width: 100%;
  
    min-height: 100%;
  
    
  
    z-index : -1;
  
  }
  
  .fullscreen-video-content {
  

  
    padding: 30px;
  
    border-radius: 5px;
  
  } 
  
  .fullscreen-video-content h1 {
  
    font-size: 3rem;
  
    font-weight: 700;
  
    margin: 0;
  
    color: #333;
  
  } 
  .mt150{margin-top: 150px;}
  .footer-links{color: #fff; }   .footer-links a{color: #fff; }