.fa, .fa-solid { font-family: 'FontAwesome' !important; } /* otherwise icons show as squares, because the font has been overridden. */
.column {
    display: flex;
  }
  
.hero video {
    /*position: absolute;*/
    /*overflow:hidden;*/
  }

.hero-video {
  margin-top: 11.7rem;
  height: 55.4rem;
  /*overflow:hidden;*/
}
  
.hero-body {
  z-index: 1;
  background-color: rgb(39,65,10,0.8);
}
/*
.message {
  display: none; 
  margin-left: 20%; 
  margin-right: 20%;
}*/