#dvVideoContainerKO {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}

#ifVideo {
	width: 100%;
	height: 100%;
	border: none;
	/*pointer-events: none;
	position: absolute;*/
	top: 0;
	left: 0;
}  

/*
@media (min-aspect-ratio: 16/9) {
	#dvVideoContainer {
		height: 300% !important;
		top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
	#dvVideoContainer {
		width: 300% !important;
		left: -100% !important;
	}
}
*/

/* The Modal (background) */
#ModalVideo {
  position: fixed; /* Stay in place */
  z-index: 110; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#dvVideoContainer {
  background-color: #fefefe;
  margin: 1% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 1160px; /* Could be more or less, depending on screen size */
  height: 670px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.showVideo {
    display: block;
	opacity: 1;
}