#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -5;
}
#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: -4;
  }

  .bga-dark {
    background-color: rgba(0, 14, 59, 0.767) !important;
  }

.btn-chase {
    color: #fff;
    background: linear-gradient(to bottom, rgba(2, 47, 105, 0.856) 0%, rgba(153, 5, 5, 0.849) 100%);
    border-color: #0a050e;
  }