/*
// Theme Name : Default Theme
// Created On : 10/30/2020
// Author : Joe Kustek
// Version : 1.0
// Description : The Default Built In joeCms Theme
*/
#video {
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: opacity(100%);
}
/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .container {
    max-width: 1375px;
  }
  nav {
    max-width: 1375px;
  }
  .content-wrapper {
    max-width: 1375px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%;
    flex: none;
  }
}
