.image-carousel { 
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 1.33em;
}
.image-carousel a {
  position: absolute;
  top: 0;
  left: 0;
}
