.carousel-item {
  height: 65vh;

  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.right.carousel-control, .left.carousel-control {
    display: none;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .carousel-item {

 height: 65vh;

  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
   




  }



}