body{
  background-color: black;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0px;
}

.vjs-big-play-button
{
    left:50% !important;
    margin-left: -1.5em;
    top:50% !important;
}
.center{
  margin: auto;
}
.videodim{
  height: auto;
  width: 80%;
  background: black;
}
.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dim2{
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 50px;
}

.mod{
  border-radius: 10px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: .4s all linear;
}
.mod:hover{
  transition: .4s all linear;
}

a.download{
  color: black;
  text-decoration: none;
  display:block;
  margin-top: 1px;
  height: 100%;
  width: 100%;
}
a.download:visited{
  color: black;
  text-decoration: none;
}



@media screen and (min-width:320px){

  .videodim{
    height: auto;
    width: 100%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 240px;
  }

}

@media screen and (min-width:768px){

  .videodim{
    height: auto;
    width: 100%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 320px;
  }
}

@media screen and (min-width:1024px){

  .videodim{
    height: auto;
    width: 80%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 480px;
  }

}

@media screen and (min-width:1200px) and (max-width:768px){

  .videodim{
    height: auto;
    width: 80%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 600px;
  }

}

@media screen and (min-width:1280px) and (min-height:1000px){

  .videodim{
    height: auto;
    width: 80%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 800px;
  }

}

@media screen and (min-width:1300px){

  .videodim{
    height: auto;
    width: 80%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 525px;
  }

}
@media screen and (min-width:1600px){

  .videodim{
    height: auto;
    width: 80%;
    background: black;
  }

  .dim{
    width: 100%;
    height: 720px;
  }

}

@media screen and (min-width:1920px){

  .videodim{
    height: auto;
    width: 80%;
    background: black;

  }

  .dim{
    width: 100%;
    height: 850px;
  }

}
