p, .btn {
  font-size: 1.25rem !important;
}
h5.card-title {
  font-size: 1.375rem !important;
}
.without-overlay-header .bg-with-opacity .banner-img::before, 
.overlay-header .bg-with-opacity .banner-img::before {
    background: rgba(0,0,0,.4) !important;
}
.video-desktop-display,
.video-mobile-display {
  min-height: auto !important;
      position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.video-desktop-display::before,
.video-mobile-display::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
video {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 991.98px) {
   .bp-margin-top-lg.custom {
      margin-top: 0px !important;
   }
}