/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.banner_warning {

    padding: 7px 0 7px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.8667em;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #c3d1d5;
    background: #FFF;
    text-align: center;
    border-top: 1px solid #eaeff1;
    text-transform: uppercase;
    z-index: 101;

}
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
  padding: 0rem 0 0 0rem;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:300px;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}