﻿.hero-clairvoyant {
  position: relative;
  overflow: hidden;
  background-color: black;
  min-height: 460px;
  text-shadow: 0 0 16px rgba(0, 50, 100, 0.8), 0 2px 4px rgba(0, 50, 100, 0.8);
}
.hero-clairvoyant a {
  color: white;
}
.hero-clairvoyant .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-clairvoyant .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 5px;
}
.hero-clairvoyant .button-red {
  text-shadow: none;
}

hr.short-hr {
  background-color: #EC3024;
  width: 80px;
  display: inline-block;
  height: 5px;
  opacity: 1;
  margin: 0.5em 0;
}

.clairvoyant-photo-container {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.clairvoyant-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
