.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;background: url('video/ocean2.jpg') center center / cover no-repeat;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.block-container {
  position: relative;
  top: 35%;
  transform: translateY(35%);
}
.block-container > .block {
  margin: 0 auto;
  text-align: center;
  max-width: 75%;
}
.block-container > .block > h1 {
  font-size: 15px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 10px;
  background-image:url(mail.png);
  background-repeat:no-repeat;
  width:64px;
  height:64px;
  margin:0 auto;
  text-indent:-99999px;
}

@media (max-width: 736px) {
    .fullscreen-bg {
        
    }

    .vcontainer {
        display: none;
    }
}