html,body {
  height:100%;
  width:100%;
  position:relative;
}
#background-carousel{
  position:fixed;
  width:100%;
  height:100%;
  z-index:-1;
}
.carousel,
.carousel-inner {
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
}
.item {
  width:100%;
  height:100%;
  background-position:center center;
  background-size:cover;
  z-index:0;
}

#content-wrapper {
  position:absolute;
  z-index:1 !important;
  min-width:100%;
  min-height:100%;
}

#footer {
   position: fixed; 
   bottom:0;
   width:100%;
  
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%; 
    max-height: 100%;
}


input,
input::-webkit-input-placeholder {
    font-size: 14px;

}

video { 
  min-height: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  width: auto !important;
  overflow: hidden;
}