.image-button-item {
  margin-bottom: 16px;
}

.image-button {
  display: block;
  position: relative;
  background: none;
  height: 168px;
}

.image-button__details {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.91);
  padding: 8px;
  max-width: calc(100% - 16px);
}

.image-button__title {
  font-size: 14px;
  padding: 0;
  line-height: 1.2142857142857142em;
}

@media (min-width: 768px) {
  .image-button-item {
    margin-bottom: 32px;
  }

  .image-button {
    height: 220px;
  }

  .image-button__details {
    left: 16px;
    bottom: 18px;
    padding: 16px;
    max-width: calc(100% - 32px);
  }

  .image-button__title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .image-button {
    height: 430px;
  }

  .image-button:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }

  .tax-clopay_collection_category .image-button:hover {
    box-shadow: none;
    border: 4px solid #84329b;
  }

  .image-button__details {
    left: 32px;
    bottom: 32px;
    padding: 18px 32px;
    max-width: calc(100% - 64px);
  }

  .image-button__title {
    font-size: 22px;
    line-height: 1.1818181818181819em;
  }
}
