.container-video2 {
  position: relative;
  height: 450px;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
  background-color: #FFFFFF;
}
.container-video2 #video2 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: auto;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}


@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
/*.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}*/
/*.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 2em;
  font-weight: 600;
	}*/

