@media (max-width: 1250px) {
  video {
    height: 100% !important;
    width: auto !important;
  }
}

@media (max-width: 760px) {
  .custom-expanded-column .ibm-card {
    height: 300px !important;
  }
  div#ibm-leadspace-head {
    background-image: url("images/Static_Header.gif");
    background-size: cover;
    background-position: 10% center;
    z-index: 1 !important;
  }
  .ibm-video-background-container {
    display: none;
  }
  #vid {
    height: 100% !important;
    width: auto !important;
  }
}
