#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.contentAcademia {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


#latitude-academia {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  font-family: 'Montserrat', sans-serif;
  height: 100vh;
  padding-right: 15%;
}

.latitude-academia-card {
  width: 465px;
  max-width: 465px;
  background: rgba(0, 0, 0, 0.5);
}

.latitude-academia-label {
  font-family: 'Montserrat', 'Poppins', sans-serif !important;
  font-style: normal;
  color: #f1f1f1;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

#latitude-academia-header {
  font-family: 'Dreamscape', 'Poppins', sans-serif !important;
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
  color: #FFF;
}

