@charset "utf-8";
/* CSS Document */

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}

.icerik {
  width: 80%;
  background: rgba(0,0,0,0.7);
  display: table;
  height: 80%;
  position: absolute;
  top: 10%;
  bottom:0;
  left: 10%;
  text-align:center;
}
 
.icerik section{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
 
.icerik h1 {
  font-weight:300;
}
