.vid-parallax {width: -webkit-fill-available !important; min-height: 100vh; 
}

@media(max-width: 1024px) {
	
	video.vid-parallax{
		
		display:none !important;
	
	}
  	}
	

@media only screen and (min-width: 1024px) {
  .vid-parallax {
    width: -webkit-fill-available !important;
    min-height: 110vh;
    position: relative;
  top: -10vh;}
  }
}

.vid-parallax {
    width: -webkit-fill-available !important;
    min-height: 110vh;
    position: relative;
  top: -5vh;}

@media(max-width: 768px) {
	
.page-title{display: none;}
  	}

.page-title{visibility: hidden;}