@media (min-width: 769px){
/* Next & previous buttons */ 
.carousel{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 380px;
  max-width: 480px;
  margin: 0 auto;
}
.vehicleCarousel{
 max-width:360px;
}
.vehicleCarousel .carousel-inner{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 380px;
  max-width: 350px;
  margin: 0 auto;
}
.vehicleCarousel .carousel-inner > .item.next,
.vehicleCarousel .carousel-inner > .item.active.right {
    top: 15.5%;
}
.vehicleCarousel .carousel-inner > .item.prev,
.vehicleCarousel .carousel-inner > .item.active.left {
    left: 0;
    top: 15.5%;
}
.vehicleCarousel .carousel-control {
  cursor: pointer;
  outline: 1px;
  position: absolute;
  width: 6%;
  height: 10%;
  top: 50%;
  padding: 12px;
  margin-top: -24px;
  color: white !important;
  font-weight: bold !important;
  font-size: 32px;
  border-radius: 4px;
  text-shadow: 0px 0px 8px rgba(0,0,0);
  background-image: none;
}
.vehicleCarousel .carousel-control.left {
  left: 0;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}
.vehicleCarousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}
.vehicleCarousel .carousel-control:hover{
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: white;
  background-color: rgba(0,0,0,0.5);
}
.vehicleCarousel .carousel-control .icon-prev,
.vehicleCarousel .carousel-control .icon-next,
.vehicleCarousel .carousel-control .glyphicon-chevron-left,
.vehicleCarousel .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 35%;
  z-index: 0;
  display: inline-block;
}
.vehicleCarousel .carousel-control .icon-prev,
.vehicleCarousel .carousel-control .glyphicon-chevron-left {
  left: 40%;
}
.vehicleCarousel .carousel-control .icon-next,
.vehicleCarousel .carousel-control .glyphicon-chevron-right {
  right: 40%;
}
.vehicleCarousel .carousel-control .icon-prev,
.vehicleCarousel .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.vehicleCarousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.vehicleCarousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #bbb;
  transition: background-color 0.6s ease;
}
.vehicleCarousel .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #717171;
}
}
/** xs mobile devices slider  **/
@media (max-width: 768px) {
.vehicleCarousel .carousel-control{
  display:none;}
.vehicleCarousel .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
.vehicleCarousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #bbb;
  transition: background-color 0.6s ease;
}
.vehicleCarousel .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #717171;
}
.vehicleCarousel img {
  margin: auto;
}

}
