/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 80%;
}

carousel {
    height: 60%;   
     height: auto;
    width: auto;
}

.item,
.active {
    height: 100%;
        max-width: 100%;
    width: auto;
}

.carousel-inner {
    height: 60%;
       max-width: 100%;
    width: auto;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
     max-width: 100%;
         max-height: 100%;
                  min-height: 10%;
          min-width: 10%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


