.quick-links {
  overflow: hidden;
  margin: 0 -5px 30px -5px;
}

.quick-links a.quick-link_link {
  display: table;
  width: 95%;
  margin: auto;
  height: 177px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.quick-links a.quick-link_link_no_title:hover {
  opacity: 0.85;
}

.quick-links a.quick-link_link_title::before {
  content: ' ';
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.quick-links a.quick-link_link:hover::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.quick-links .quick-link_title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .quick-links a.quick-link_link {
    height: 148px;
  }
}

@media (max-width: 991px) {
  .quick-links a.quick-link_link {
    margin-bottom: 10px;
  }
}
