
.holder.venues .venue {
  margin-bottom: 1em;
}

.holder.venues .venue figure {
  font-size: 1em;
}

.holder.venues .venue {
  margin-bottom: 4em;
}

.holder.venues .venue:last-of-type {
  margin-bottom: 0;
}

.holder.venues .venue figure {
  float: left;
  text-align: left;
  width: 25%;
  width: 200px;
  margin-right: 10px;
}

.holder.venues .venue p {
  text-align: left;
  max-width: 600px;
  overflow: hidden;
}

.holder.venues .venue:after {
  clear: both;
  display: block;
  content: '';
}

.holder.gallery-preview.venue-photos .inner .buttons a {
  font-size: 1.65em;
  max-width: 280px;
  line-height: 1.3;
}

@media (max-width: 425px) {
  .holder.venues .venue figure {
    float: none;
    margin: 0;
    width: auto;
  }
  
  .holder.venues .venue {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .holder.venues .venue:last-of-type {
    margin-bottom: 0;
  }
}