.mainVideo{
  max-width: 100%;
  height: calc(0.95*100vh);
  /* border: 1px solid #000; */
  display: flex;
  justify-content: center;
  /* align-items:center; */
  flex-direction:column;
}


.videoTitle{
  font-size: .8em;
  font-weight: bold;
 }
