@charset "UTF-8";
/* CSS Document */

.index-carousel {
    height: 85vh;
}
.index-carousel-cell {
    height: 100%;
    width: 80vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.i-c-1 {background-image: url('../../assets/pics/Max-Schliesing-stroke-shot.jpg'); background-position: top left;}
.i-c-2 {background-image: url('../../assets/pics/max-pic-main.jpg'); background-position: top center;}
.i-c-3 {background-image: url('../../assets/pics/Max-Schliesing-head-shot-side-on.jpg'); background-position: center center;}

.i-c-cont-100 {height: 100%;} .i-c-row-100 {height: 100%;}