.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 52px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
/* @media (max-width:576px){
  .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(50vh - 42px);
    min-height: 15rem;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width:577px) and (max-width:768px){
  .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(50vh - 42px);
    min-height: 15rem;
    width: 100%;
    overflow: hidden;
  }
} */

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}

.vcenter h2 {
  color: #fffdfd;
  /*word-wrap: normal;*/
  /*text-align: center;*/
  font-size: 40px;
  font-family: 'Chau Philomene One';
  text-shadow: 0 3px 3px rgba(150, 147, 147, 0.733);
}

.vcenter h1 {
  /*margin: 0;*/
  font-size: 70px;
  font-weight: 900;
  color: #d9a420;
  font-family: 'Caesar Dressing';
  font-stretch: normal;
  text-shadow: 0 3px 3px rgba(8,8,8,0.733);
  text-transform: uppercase;
}
@media (max-width:576px){
 .vcenter h1{
        font-size: 40px;
  font-weight: 700;
  color: #d9a420;
  font-family: 'Caesar Dressing';
  font-stretch: normal;
  text-shadow: 0 3px 3px rgba(8,8,8,0.733);
  text-transform: uppercase;
    }
}

.vcenter2 h1 {
  /*margin: 0;*/
  font-size: 40px;
  font-weight: 900;
  font-family: 'Cinzel Decorative';
  /*color: #d9a420;*/
  color:white;
  font-stretch: normal;
  text-shadow: 0 3px 3px rgba(8,8,8,0.733);
  text-transform: uppercase;
}

.vcenter2 p {
  font-weight: 400;
  /*text-shadow: 0 1px 1px rgb(11,11,11);*/
  font-family: 'Baloo Tammudu 2';
}

