.location_item > div {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.location_item img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.location_item .details {
  padding: 20px;
  height: 100%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.29) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.29) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.29) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.location_item .details * {
  color: #fff;
}
.location_item .overlay-link {
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 650px) {
  body .hero-sidebar,
  body:not(.home) .hero-sidebar {
    margin-top: 160px;
  }
}
