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;
  text-align: center;
}

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

.verticalVideo{
  width: 300px;
}

.videoContainer{
  display: flex;
  justify-content: center;
}

.videoLine{
  width: 70%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videoLine2 {
  width: 50%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

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

.subtitle {
  padding-right: 30px;
}

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

iframe {
  width: 560px;
  height: 315px;
}

.ytVideo {
  width: 560px;
}

.verticalVideo {
  width: 200px;
}


@media only screen and (max-width: 720px) {
  iframe {
    width: 90%;
    height: auto;
  }

  .ytVideo {
    width: 90%;
  }

  .verticalVideo {
    width: 90%;
    max-width: 200px;
  }

  .videoLine, .videoLine2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }
}
