.reactiveGridType-Simple {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  position: static;
}

.reactiveGridType-Simple .reactiveGridImage {
  width: 100%;
  display: block;
  position: relative;
  height: 320px;
  overflow: hidden;
  max-width: 100%;
  border: none;
}

.reactiveGridType-Simple .reactiveGridImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reactiveGridType-Simple .reactiveGridImage .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

.reactiveGridType-Simple .reactiveGridImage:hover .overlay {
  background: rgba(0, 0, 0, 0.35);
}

.reactiveGridType-Simple .reactiveGridImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .6s ease;
}

/* Subtítulo — va arriba */
.reactiveGridType-Simple .reactiveGridImage .reactiveTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  bottom: 60px;
  margin: 0;
  opacity: 1;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  position: absolute;
  transition: all .35s ease;
}

/* Año/título — va abajo en negrita */
.reactiveGridType-Simple .reactiveGridImage .reactiveDate {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 1;
  transition: all .4s ease;
}

.mvkboxpadding {
  padding: 3px;
  overflow: hidden;
}

.reactiveGridType-Simple .reactiveGridContents {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.reactiveListView .reactiveGridType-Simple {
  flex-wrap: wrap;
  flex-direction: row;
}

.reactiveListView .reactiveGridType-Simple .reactiveGridImage {
  height: auto;
}

.reactiveListView .reactiveGridType-Simple .reactiveGridContents {
  width: 66.6667%;
  text-align: left;
  padding-left: 30px;
}

.reactiveGridType-Simple .reactiveGridContents .reactiveFlex {
  display: flex;
  justify-content: space-between;
}

.reactiveListView .reactiveGridType-Simple .reactiveGridContents .reactiveFlex {
  display: block;
}

.reactiveGridType-Simple .reactiveGridContents .reactiveFlex span {
  display: block;
  margin-top: 20px;
}

.reactiveListView .reactiveGridType-Simple .reactiveGridContents .reactiveFlex span {
  margin-top: 0;
  margin-bottom: 10px;
}

.reactiveGridType-Simple .reactiveGridContents .wooPrice {
  color: #888;
  margin: 0;
}

.reactiveGridType-Simple .reactiveRating {
  display: none;
}

.reactiveGridType-Simple .woorating {
  position: absolute;
}

.reactiveGridType-Simple .date {
  position: absolute;
  color: #fff;
  left: 10px;
  bottom: 10px;
  opacity: 1;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}

.reactiveListView .reactiveGridType-Simple .reactiveCar {
  position: absolute;
  text-align: center;
  color: #fff;
  padding: 20px;
  opacity: 1;
  padding-top: 70px;
  transition: all 0.5s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 560px) {
  .reactiveListView .reactiveGridType-Simple {
    flex-direction: column;
  }
  .reactiveListView .reactiveGridType-Simple .reactiveGridImage {
    width: 100%;
    height: auto;
  }
  .reactiveListView .reactiveGridType-Simple .reactiveGridContents {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .reactiveGridType-Simple .reactiveGridContents .reactiveFlex {
    display: block;
  }
  .reactiveGridType-Simple .reactiveGridContents .reactiveFlex span {
    margin-top: 0;
    margin-bottom: 10px;
  }
}