@import "bootstrap/scss/variables";

.HAR-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.HAR-video--content {
  position: absolute;
}

.HAR-title {
  font-family: "mikado_bold";
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 100%;
  text-align: center;
  margin: 0 0 2.5rem;
  cursor: default;
}