.slider-wrapper{
    z-index: 0;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .slider-wrapper{
        height: 500px;
    }
    .slider-container{
        height: 100%;
    }
    .carousel{
        height: 100%;
    }
    .carousel-inner{
        height: 100%;
    }
    .carousel-item{
        height: 100%;
        overflow: hidden;
        transition: linear !important;
        transition-property: all  !important;
        transition-duration: .8s  !important;
    }
    .carousel-item img{
        width: auto !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .slider-wrapper{
        height: 500px;
    }
    .slider-container{
        height: 100%;
    }
    .carousel{
        height: 100%;
    }
    .carousel-inner{
        height: 100%;
    }
    .carousel-item{
        height: 100%;
        overflow: hidden;
        transition: linear !important;
        transition-property: all  !important;
        transition-duration: .8s  !important;
    }
    .carousel-item img{
        width: auto !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .slider-wrapper{
        height: 500px;
    }
    .slider-container{
        height: 100%;
    }
    .carousel{
        height: 100%;
    }
    .carousel-inner{
        height: 100%;
    }
    .carousel-item{
        height: 100%;
        overflow: hidden;
        transition: linear !important;
        transition-property: all  !important;
        transition-duration: .8s  !important;
    }
    .carousel-item img{
        width: auto !important;
        margin-left: 0px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .slider-wrapper{
        height: 500px;
    }
    .slider-container{
        height: 100%;
    }
    .carousel{
        height: 100%;
    }
    .carousel-inner{
        height: 100%;
    }
    .carousel-item{
        height: 100%;
        overflow: hidden;
        transition: linear !important;
        transition-property: all  !important;
        transition-duration: .8s  !important;
    }
    .carousel-item img{
        width: auto !important;
        margin-left: 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .slider-wrapper{
        height: 500px;
    }
    .slider-container{
        height: 100%;
        max-width: 2000px;
        margin:0 auto;
    }
    .carousel{
        height: 100%;
    }
    .carousel-inner{
        height: 100%;
    }
    .carousel-item{
        height: 100%;
        overflow: hidden;
        padding:0px;
        transition: linear !important;
        transition-property: all  !important;
        transition-duration: .8s  !important;
    }
    .carousel-item img{
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

}

