h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway' !important;
  text-transform: uppercase;
}

.underline:after {
  background-color: #343a40;
}

.video-gallery .video:hover .play-icon {
  opacity: 1;
}

.video-gallery .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms ease;
}

.video-gallery .video .play-icon img {
  height: 50px;
  width: 50px;
}

.link-button {
  background-color: #343a40;
  color: #fff;
}

.link-button:hover {
  background-color: #52585d;
  color: #fff;
}

.thumbnail-video-grid img {
  display: block;
  margin-bottom: 0.3em;
  max-width: 100%;
}

.section-heading-h2 {
  font-weight: 600;
  padding-left: 5pt;
  padding-right: 5pt;
}

