﻿.carousel,
.item,
.active {
    height: 100%;
    /*height: 658px;*/
}

.carousel-inner {
   /* height: 100%;*/
    height: 658px;
}


.fill img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.innbanner{
    padding-bottom:28px;
}
.innbanner img{
    margin:0 auto;
    width:100%;
    height:100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
