.spk-section {
  background-color: var(--spk-black);
  background-image: url(/assets/img/body-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 960px) {
  .spk-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.spk-rent__grid {
  background-color: var(--spk-black);
}

.spk-rent__grid img {
  /* width: 10%; */
  max-width: 100%;
}
.spk-rent__item:hover {
  transform: scale(1.1) rotate(var(--rot-deg));
}

.spk-rent__item {
  --rot-deg: 1deg;
  transition: transform 0.2s;
  position: relative;
  text-decoration: none;
}

.spk-rent__item > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* text-align: center; */
  /* padding: 0 20px; */
  font-size: 1.5rem;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  min-height: 100px;
}
.spk-rent__grind--body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.spk-rent__grind--body > div {
  margin: 20px;
}
