/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

html, body {
  height: 100%;
}

.carousel-wrapper {
  height: 100%;
}

#myCarousel {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.item {
  height: 100%;
}

.item img {
    height: 1024px;
    width: 1024px;
}