/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill {
    background-position: top;
}
@media (min-width: 1898px){
   .fill {
    background-position: top;
    } 
}

@media (min-width: 768px) {
    a.right.carousel-control {
        position: absolute;
        top: 50%;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: black;
        margin-right: 30px;
    }
    a.left.carousel-control {
        position: absolute;
        top: 50%;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: black;
        margin-left: 30px;
    }
}

/*MDC Template modifications, sets height for different devices and viewports*/
@media (max-width: 767px) {
    .fill {
        height: 66%;
    }
    .carousel-fill {
        height: 340px;
        background-color: #222;
    }
    
    .mdc-carousel .carousel-caption p {
    display: block;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .carousel-fill {
        height: 557px;
    }
}
@media (min-width: 993px) and (max-width: 1024px) {
    .carousel-fill {
        height: 576px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .carousel-fill {
        height: 590px;
    }
}
@media (min-width: 1281px) and (max-width: 1366px) {
    .carousel-fill {
        height: 600px;
    }
}
@media (min-width: 1367px) and (max-width: 1440px) {
    .carousel-fill {
        height: 775px;
    }
}
@media (min-width: 1441px) and (max-width: 1680px) {
    .carousel-fill {
        height: 907px;
    }
}
@media (min-width: 1681px) and (max-width: 1920px) {
    .carousel-fill {
        height: 937px;
    }
}
@media (min-width: 1921px) and (max-width: 2200px) {
    .carousel-fill {
        height: 1090px;
    }
}
@media (min-width: 2201px) {
    .carousel-fill {
        height: 1090px;
    }
}