.carousel-control-prev,
.carousel-control-next {
  width: 0%;
}
 
.carousel-control-next:after {
  content: '>';
  font-size: 25px;
  color: blue;
  font-weight: 900;
  position: absolute;
  right: 0;
}

.carousel-control-prev:after {
  content: '<';
  font-size: 25px;
  color: blue;
  font-weight:900;
  position: absolute;
  left: 0;
}

.carousel-inner table {
  margin: auto;
}

.carousel-inner img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
}

.deal-items img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}