.bannerdiv {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.bannerdiv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#mute-video {

  z-index: 2;

}
#mute-video:hover {
  cursor: pointer;
}

#book-button {
	position: relative;
	z-index: 2;
}

#book-button:hover {
  cursor: pointer;
}

#social-icon {
  font-size: 2rem;
  color: grey;
  margin: 10px;
}

#social-icon:hover {
  color: #000000;
}

#nav-icon {
  font-size: 3rem;
  color: #7DCEA0;
  margin: 10px;
}

#nav-icon:hover {
  color: #000000;
}

.w3-display-middle {
	position: relative;
	z-index: 2;
}

#modalwindow {
	height: 800px;
	padding: 0;
}

#closebutton {
	
}

/* 
.bannerdiv .container {
  position: relative;
  z-index: 2;
}
*/
/*
.bannerdiv .overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
*/


@media only screen and (max-width: 600px) {
  .bannerdiv {
    background-image: url("../images/torony.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 500px;
  }
  .bannerdiv video {
    display: none;
  }
  #mute-video {
    display: none;
  }
  
  #modalwindow {
	height: 500px;
	padding: 0;
	}
}
