.ba-slideshow-img video, .ba-video-background video, .ba-video-background iframe, .ba-slideshow-img iframe {
    object-fit: cover;
  	background-size: 100% 100%;
    top: 0px !important;
    left: 0px !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto;
    height: auto;
}

footer.footer {
  position: fixed;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  font-size:14px !important; 
}

footer.footer p, 
footer.footer .content-text {
  font-size:14px !important; 
}

.bordered-heading {
 	border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  padding:10px;
  margin: 0 auto;
  width:auto !important;
}

// Small devices (landscape phones, 576px and up)
// @media (min-width: 576px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	.bordered-heading {
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    padding:15px;
  }
  footer.footer p, 
  footer.footer .content-text {
    font-size:16px !important; 
  }
}

// Large devices (desktops, 992px and up)
// @media (min-width: 992px) { }

// X-Large devices (large desktops, 1200px and up)
// @media (min-width: 1200px) { }

// XX-Large devices (larger desktops, 1400px and up)
// @media (min-width: 1400px) { }