.vm-featured-section {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vm-featured-section > * {
  box-sizing: border-box;
}

.vm-featured-section--closed {
  display: none !important;
}

.vm-featured-section__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 24px;
  color: #E4003A !important;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.vm-featured-section__title-link {
  color: #E4003A !important;
  font-weight: bold;
}

.vm-featured-section__title-link:hover {
  text-decoration: none;
}

.vm-featured-section:before,
.vm-featured-section:after {
  content: '';
  display: table;
  clear: both;
}

.vm-featured-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.vm-featured-ad {
  height: 100%;
}

.vm-featured-ad__image-container {
  position: relative;
}

.vm-featured-ad__image {
  width: 100%;
  height: auto;
  vertical-align: top;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
}

.vm-featured-ad__price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  background: #E4003A !important;
  padding: 0 10px;
  color: #fff !important;
  line-height: 1.25;
  border-top-left-radius: 4px;
  font-family: 'Helvetica Neue', sans-serif;
}

.vm-featured-ad__details {
  padding: 5px 10px 10px;
}

.vm-featured-ad__title {
  color: #E4003A !important;
  font-size: 16px;
  margin-bottom: 5px;
}

.vm-featured-ad__feature-list {
  display: block;
  margin: 0;
  padding: 0;
}

.vm-featured-ad__feature {
  color: #000 !important;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  font-size: 12px !important;
  margin: 0 5px 0 0;
}

.vm-featured-ad__feature:after {
  content: ',';
  display: inline;
}

.vm-featured-ad__feature:last-child:after {
  display: none;
}

@media all and (max-width: 1024px) {
  .vm-featured-section__item {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media all and (max-width: 992px) {
  .vm-featured-section {
    display: block !important;
  }
  .vm-featured-section__item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
