.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../css/assets/images/pagetops/old_photo_1.jpg) no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.3) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 400px;
    width: 100%;
    height: 0;
}
.bg-video-wrap h1 a {
    margin-top: 0px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 12px;
    background-color: #100201;
    font-size: 24px;
    color: #F8F5DE;
    border-radius: 4r 4r;
    border: thin solid #B0A11C;
}

.videocontainer {
    position: relative;
    width: 70%;
    height: 0;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 56.25%;
}
.videowrapper {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  border:1px solid #333;
}
