/* Immagini reali delle funzioni Survival nella homepage. */
.feature-shot {
  min-height: 205px;
  background-image: linear-gradient(180deg, transparent 55%, rgba(4, 18, 28, .28)), url('../img/home-custom-chests-v2.png') !important;
  background-position: center !important;
  background-size: cover !important;
}
.feature-shot.jobs {
  background-image: linear-gradient(180deg, transparent 55%, rgba(4, 18, 28, .28)), url('../img/home-jobs-v2.png') !important;
}
.feature-shot.fuse {
  background-image: linear-gradient(180deg, transparent 55%, rgba(4, 18, 28, .28)), url('../img/home-fuse-machine-v2.png') !important;
}
@media (max-width: 620px) {
  .feature-shot { min-height: 190px; }
}
