@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);

body, html {
  font-family:'Bitter';
}

.kont {
  position: relative
}

.kont video {
  width: 100%;
  height:auto;
}

.kont .ent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color:  rgba(61, 61, 61, 0.2);
}

.ent {
  width: 100%;
  height: auto;
  position: absolute;
}

    .title {
    width:100%;
    color:white;
    text-shadow:0 1px 1px black;
    text-align:center;
    top:25%;
    position:relative;
    font-size:2.5em;
    text-transform:uppercase;
    font-weight:700;
    }
    
    .description {
    top:26%;
    width:60%;
    margin:0 auto;
    text-align:center;
    color:white;
    position:relative;
    font-weight:400;
    opacity:.8;
    }

    .ent hr {
    top:25%;
    background-color:white;
    width:60%;    
    height:1px;
    outline:none;
    border:none;
    opacity:.6;     
    position:relative;   
    }