.suro-gastronomy-list {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.suro-gastronomy-wrapper {
  position: relative;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

.suro-gastronomy-list.suro-gastronomy-one-column .suro-gastronomy-wrapper {
  width: 100%;
}

.suro-gastronomy-list.suro-gastronomy-two-columns .suro-gastronomy-wrapper {
  width: 50%;
}
.suro-gastronomy-list.suro-gastronomy-three-columns .suro-gastronomy-wrapper {
  width: 33.33%;
}

.suro-gastronomy-list.suro-gastronomy-four-columns .suro-gastronomy-wrapper {
  width: 25%;
}

.suro-gastronomy-wrapper img {
  width: 100%;
}

.suro-gastronomy-img-overlay {
  background: #000;
  position: absolute;
  margin: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.25;
  transition: all 0.25s ease-out 0s;
}

.suro-gastronomy-wrapper article:hover .suro-gastronomy-img-overlay {
  opacity: 0.5;
}

.suro-gastronomy-wrapper .suro-gastronomy-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
}

.suro-gastronomy-wrapper .suro-gastronomy-content-wrapper h3 {
  margin: 8% auto;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: bold;
}

.suro-gastronomy-content-wrapper h3 a {
  color: #ffffff;
}

.suro-gastronomy-text {
  /* Neat trick to center div in a div: */
  /* Note: Check if this works in older IE.*/
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%; left: 50%;
  width: 80%;
}

a.suro-gastronomy-button {
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
  font-size: 12px;
  border: 2px solid #ffffff;
  padding: 12px 28px;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
}

a.suro-gastronomy-button:hover,
a.suro-gastronomy-button:active {
  color: #252525;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

a.suro-gastronomy-button span {
  text-transform: uppercase;
}

/* Mobile Styles */
@media only screen and (min-width:420px) and (max-width: 768px) { 
.suro-gastronomy-list.suro-gastronomy-three-columns .suro-gastronomy-wrapper {width: 49.95%;}
}

@media only screen and (min-width:1px) and (max-width: 420px) { 
.suro-gastronomy-list.suro-gastronomy-three-columns .suro-gastronomy-wrapper {width: 99.95%;}
}
