#inner{
  width:100%;
  max-height: 200px !important;
  position: absolute;
}
#incar div img{
  width: 100%;
  height: 600px;
}
.carousel-control {
    width: 4%
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.slide-wrapper {
    position: relative
}
.red {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    width: 100%;
}
.red-content {
    width: 100%;
    height: 300px;
}
@media (min-width: 768px) {
    .carousel-caption {
        text-align: left;
        padding-right: 300px;
    }
    .red {
        width: 750px;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        padding: 20px 0;
        margin-left: -375px;
    }
    .red-content {
        width: 300px;
        float: right;
        height: 100%;
        background: red;
        color: #fff;
        margin-right:15px; /* width of .container gutter */
    }
}
@media (min-width: 992px) {
    .red {
        width: 970px;
        margin-left: -485px;
    }
}
@media (min-width: 1200px) {
    .red {
        width: 1170px;
        margin-left: -585px;
    }
}
#fol h5{
  text-align: center;
}
