/**
 * @file
 * VVJ Hero.
 *
 * Filename:     vvjh.css
 * Website:      https://www.flashwebcenter.com
 * Developer:    Alaa Haddad https://www.alaahaddad.com.
 */
.vvj-hero .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.vvj-hero,
.vvj-hero * {
  box-sizing: border-box;
}

.vvj-hero,
.vvj-hero .view-content {
  width: 100%;
  min-width: 100%;
  display: block !important;
}

.vvjh,
.vvjh-inner {
  position: initial;
  width: 100%;
}

.vvjh .vvjh-inner {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
}

.vvjh .hero-wrapper {
  position: relative;
  width: 100%;
}

.vvjh .hero-wrapper-inner {
  max-width: calc(var(--max-width) * 1px);
  min-height: var(--min-height);
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.vvj-hero .hero-content {
  background: var(--bg-hero-color);
  max-width: calc(var(--max-content-width) * 1%);
}
