.vhp110-root,
.vhp110-root * { box-sizing: border-box; }

.vhp110-root {
  --vhp110-height: 100vh;
  position: relative;
  width: 100%;
  height: var(--vhp110-height);
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}

.vhp110-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.vhp110-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  height: 100%;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.vhp110-card {
  flex: 0 0 33vw;
  min-width: 240px;
  max-width: none;
  position: relative;
}

.vhp110-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.vhp110-image {
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: rgba(180, 190, 198, 0.55);
  position: relative;
}

.vhp110-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

.vhp110-title {
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 400;
  transition: color .25s ease;
}

.vhp110-category {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: color .25s ease;
}

.vhp110-excerpt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.45;
  transition: color .25s ease;
}

.vhp110-button {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.vhp110-empty { padding: 40px; }

@media (max-width: 767px) {
  .vhp110-root { height: auto; min-height: 0; overflow: visible; }
  .vhp110-wrapper { height: auto; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .vhp110-strip { height: auto; padding: 30px 0; transform: none !important; }
  .vhp110-card { flex-basis: 82vw; }
  .vhp110-image { height: 360px; }
}
