.image-regions {
  position: relative;
  width: 100vw;
}

.image-regions img {
  width: 100vw;
}

.image-regions a.button {
  position: absolute;
}

.image-regions .image-shadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
  width: 100%;
  height: 600px;
  position: absolute;
}

@media (max-width: 1500px) {
  .image-regions .image-shadow {
    height: 565px;
  }
}

@media (max-width: 1200px) {
  .image-regions .image-shadow {
    height: 460px;
  }
}

@media (max-width: 768px) {
  .image-regions .image-shadow {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .image-regions .image-shadow {
    height: 258px;
  }
}

#block-artesan-headboard-cover-page-block .form-group {
  margin-bottom: 0;
}
