.mf_full_width_image_card {
  box-shadow: inset 0 1000px 0 0 rgba(4, 19, 39, 0.9);
  height: 100vh;
  padding: 40px;
  margin: 0;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center;
  text-decoration: none;
  background-repeat: no-repeat !important;
}

.mf_full_width_image_card:hover {
  opacity: 1 !important;
}

.mf_horizontal_card_content_wrapper {
  color: white;
  font-family: "Lato-Thin";
}

.mf_full_width_image_card h2 {
  font-size: var(--font-size-2xl);
  text-transform: uppercase;
}
