/*------------------------------------------------------------
  Hero
------------------------------------------------------------*/

.intro {
  margin-top: 60px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.intro .categories {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
}

.intro.inner {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 115px;
  position: relative;
}

.intro.inner .bg-img {
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  width: 100%;
}

.intro.inner .bg-img:before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  display: block;
}

.intro.inner .text-block {
  max-width: 570px;
}

.intro.inner .text-gray {
  color: #212322;
}

.intro .text-block {
  color: #f7f6f5;
}

.intro .text-block h1 span {
  display: block;
}

/*------------------------------------------------------------
  max-width: 767px
------------------------------------------------------------*/

@media (max-width: 767px) {
  .intro.inner {
    padding: 0;
  }

  .intro.inner .container {
    background-color: #f7f6f5;
  }

  .intro.inner .text-block {
    max-width: none;
    padding: 30px 0 15px;
  }

  .intro.inner .text-block {
    font-size: 12px;
    line-height: 1.4;
    color: #212322;
  }
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  .intro.inner .bg-img {
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  .intro.inner .bg-img:before {
    display: none;
  }

  .intro.inner .container {
    position: relative;
    z-index: 2;
  }

  .intro {
    margin-top: 75px;
  }

  .intro.inner {
    min-height: 600px;
    /* padding-bottom: 150px; */
  }

  .lvbp-page.intro.inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100%;
  }

  .intro .text-block {
    font-size: 18px;
  }
}

/*------------------------------------------------------------
  min-width: 992px
------------------------------------------------------------*/

@media (min-width: 992px) {
  .intro.inner {
    min-height: 768px;
    padding-bottom: 140px;
  }

  .intro.small {
    min-height: 650px;
  }
}

/*------------------------------------------------------------
  min-width: 1920px
------------------------------------------------------------*/

@media (min-width: 1920px) {
  .intro.inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
