.iframe-video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  /*transform: translateX(calc((100% - 100vw) / 2));*/
  object-fit: cover;
}

.btn-primary:hover {
  filter: brightness(129%);
}

.btn-primary:active {
  filter: brightness(90%);
}

h2, h3 {
  margin-bottom: 30px;
  margin-top: 25px;
}

h5 {
  margin-bottom: 17px;
}

