.background-video {
  width: 100%;
  height: 100vh;
}

.tint {
  background-color: rgba(0, 0, 0, .69);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 300px;
}

.button {
  text-align: center;
  background-color: #f54e02;
  margin-top: 20px;
  padding: 13px 46px;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.html-embed-3 {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  font-size: 12px;
  display: block;
}

.text-block {
  text-align: center;
  margin-bottom: 100px;
}
