video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	max-width: 1080px;
	max-height: 720px;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background-color: #c9c9cd;
	background: url('images/sailing_back.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

.stopfade { 
   opacity: .5;
}

.container-video {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  
	/* ORIGINAL CODE width: 100%;
	height: 100%;
	max-width: 1080px !important;
	max-height: 720px !important; */
}


/*
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
*/
@media screen and (max-device-width: 800px) {
  #bgvid { display: initial; }
}