body{
    margin: 0px;
}
  ##bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .videobg{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color: #191919;
  }
  
  .videobg video{
    
    overflow: hidden;
  }

  .overlay{
    z-index: 1;
    position: absolute;
    overflow: hidden;
    background-color: #191919;
    opacity: 0.8;
    height: 100%;
    width: 100%;
  }

  .caster1{
    z-index: 10;
    position:absolute;
    left:20%;
    top:25%;
    background-color: #191919;
    border-style: solid;
    box-shadow: 5px 5px 5px 5px;
  }

  .caster1 img{
    height: 500px;
    width: 500px;
  }
  .caster1 p{
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0px;
  }

  .caster1 #name1{
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    text-align: center;
    margin: 0px;
  }

 .caster2{
    z-index: 10;
    position:absolute;
    right:20%;
    top:25%;
    background-color: #191919;
    border-style: solid;
    box-shadow: 5px 5px 5px 5px;
  }

  .caster2 img{
    height: 500px;
    width: 500px;
  }
  .caster2 p{
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0px;
  }

  .caster2 #name2{
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    text-align: center;
    margin: 0px;
  }
  




