
.va-stack.va-stack-v2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.va-stack.va-stack-v2 .va-item {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
  transform-origin: center center;
  transition: transform 0.45s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.va-stack.va-stack-v2 .va-item-image-link,
.va-stack.va-stack-v2 .va-item-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.va-stack.va-stack-v2 .va-item-content {
  padding: 18px 24px 22px;
}

.va-stack.va-stack-v2 .va-item-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.va-stack.va-stack-v2 .va-item-title a {
  text-decoration: none;
  color: inherit;
}

.va-stack.va-stack-v2 .va-item:hover {
  box-shadow: 0 34px 70px rgba(0,0,0,0.28);
}

@media (max-width: 767px) {
  .va-stack.va-stack-v2 {
    position: relative;
  }

  .va-stack.va-stack-v2 .va-item {
    position: relative;
    transform: none !important;
    margin-bottom: 24px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
  }
}
