h2 {
  font-family: obvia, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: larger;
}

h3 {
margin-bottom: 10px;
font-family: obvia, sans-serif;
font-weight: 500;
font-style: normal;
font-size: smaller;
}

.video {
  margin-top: 50px;
}

video {
  width: 60%;
  max-width: 1000px;
}

.ytVideo {
  width: 560px;
}

.verticalVideo{
  width: 25%;
}

.videoTypes{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 30px;
}

.subtitle {
  padding-right: 30px;
}

.subtitle :hover{
  cursor: pointer;
  color: #047c64;
}

@media only screen and (max-width: 720px)  {
  video {
    width: 90%;
    max-width: 1000px;
  }
}
