#nsmcarousel{
  position: fixed;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: auto;
}

.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}