video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  opacity: 0.8;
}

#movie_cont {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 0;
  background: #000;
}
#movie_cont video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
#movie_cont #txt_cont {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
#movie_cont #txt_cont #txt {
  width: 100%;
  height: 100%;
  max-width: 965px;
  max-height: 336px;
  text-align: center;
}
#movie_cont #txt_cont #txt img {
  max-width: 965px;
  max-height: 336px;
  height: 40vh;
  margin-right: -50px;
}/*# sourceMappingURL=video.css.map */