.listingItem.op1v12 .listingImage, .listingItem.op1v12 .listingDate, .listingItem.op1v12 .listingTitle, .listingItem.op1v12 .listingDescription {
  margin-bottom: 10px; }

.listingItem.op1v12 {
  position: relative; }

.listingItem.op1v12 .listingInfos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0; }

.listingItem.op1v12 .listingDescription {
  display: none; }

.listingItem.op1v12 .listingImage {
  min-height: 180px;
  overflow: hidden;
  margin-bottom: 0; }

.listingItem.op1v12 .listingImage a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.listingItem.op1v12 .listingTitle {
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  z-index: 15; }

.listingItem.op1v12:hover .listingImage a::before {
  background: rgba(0, 0, 0, 0.6); }

/*# sourceMappingURL=style.css.map */
