#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-theme .owl-controls {
  position: relative;
}
.owl-theme .owl-controls .owl-page {
  position: relative;
  display: inline-block;
  width: 6em;
  height: 3em;
  margin: 0 0.25em;
  outline: none;
  transition: all 0.1s ease-in-out;
}
.owl-theme .owl-controls .owl-page:focus {
  outline: none;
}
.owl-theme .owl-controls .owl-page span {
  display: none;
}
.owl-theme .owl-controls .owl-page.active {
  transform: scale(1.1);
}
.owl-theme .owl-controls .owl-page:not(.active) {
  transform: scale(0.8);
  -webkit-box-shadow: inset 0 0 10em 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 10em 0 rgba(0, 0, 0, 0.75);
}
.owl-theme .owl-controls .owl-page:not(.active):hover {
  transform: scale(0.9);
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  font-size: 2em;
  display: block;
  position: absolute;
  top: 0;
  line-height: 0.75em;
  width: 1em;
  height: 1em;
  border-radius: 1px;
  background-color: #c0c0c0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:focus, .owl-theme .owl-controls .owl-buttons .owl-next:focus {
  -webkit-box-shadow: inset 0 0 10em 0 rgba(255, 0, 0, 0.75);
  box-shadow: inset 0 0 10em 0 rgba(255, 0, 0, 0.75);
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0.25em;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0.25em;
}