ul.carousel {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 311px;
}

ul.carousel li {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

ul.carousel li img {
  max-width: 100%;
  height: auto;
}

ul.carousel li.views-row-first {
  display: block;
}
