#home-carousel {
  width: 70%;
  margin: 0 15%;
  background-color: #222;
  border-radius: 4px;
  margin-bottom: 40px;
  max-height: 500px;
}

@media (min-width: 768px) {
  #home-carousel {
    position: absolute;
    top: 50%;
    margin-top: -250px;
  }
}

#home-carousel .carousel-control {
  background: transparent;
}

#home-carousel .item img {
  max-width: 100%;
  max-height: 500px;
}

#recent-artwork-title {
  padding: 30px 0;
}

.recent-photo {
  padding: 8px;
}