#intro {
  /* background: #000 url(/img/bg_intro_collection.jpg) no-repeat;
  background-size: cover;
  background-position-x: -8vw;
  background-position-y: 4vw; */
  margin-bottom: 0vw;
  padding: 4vw 0 2vw 0;
}

#collecBox {
  padding: 40px 0 0 0;
  background: #000 url(/img/bg_cuvees_1920x1080.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#collecBox h2,
#collecBox p {
  width: 100%;
  font-family: "Spartan", sans-serif;
  font-size: 0.7vw;
  line-height: 0.7vw;
  color: #666666;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
#collecBox h3 {
  width: 100%;
  font-family: "Taviraj", serif;
  color: #cbad84;
  font-style: italic;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 200;
  margin: 15px 0 50px 0;
  word-break: break-word;
  display: inline-block;
  text-align: center;
}

#collecBox .intro h4 {
  text-align: center;
  margin: 0 5%;
  font-size: calc(16px + 1.5vw);
    line-height: calc(16px + 3vw);
}
#collecBox .intro p {
  text-align: center;
  width: 90%;
  margin: 5vw 5%;
  font-size: calc(16px + 0.5vw);
  line-height: calc(16px + 1vw);
  text-transform: inherit;
  font-weight: 400;
}




#cuveesflow > ul > li {
  text-align: center;
}
.box img {
  margin-bottom: 0;
}
#cuveesflow > ul > li img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
#cuveesflow > ul > li:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

#cuveesflow h4 {
  width: 100%;
  color: #fff;
  font-style: normal;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 200;
  margin: 0px 0 0 0;
  /* position: absolute; */
  display: block;
  text-align: center;
  bottom: 1.5vw;
  padding: 1vw 0;
  height: 3vw;
  /* vertical-align: top; */
}


@media (max-width: 1023px) {
  #cuveesflow h4 span {
    font-size: calc(14px + 0.5rem);
    line-height: 2rem;
}
}


@media (max-width: 767px) {
  
  #collecBox {
    background: none;
  }
  #intro h1 {
    font-size: 10vw;
    font-weight: 100;
    line-height: 15vw;
}
  #intro p {
    font-size: calc(16px + 1vw);
    line-height: calc(16px + 2vw);
}
  #intro h2 {

    font-size: calc(16px + 2vw);
    line-height: calc(16px + 3vw);
}

    #collecBox h2, #collecBox p {
        font-size: 4vw;
        line-height: 4vw;
    }
    #collecBox h3 {
        font-size: 8vw;
        line-height: 8vw;
    }
    #cuveesflow {
    left: 0;
    width: 100vw;
    /* height: 36vw; */
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
    margin: 0;
    /* padding: 0 5vw; */
    height: auto;
    padding: 0;
  }

  #cuveesflow .listing {
    align-items: center;
    display: grid;
    justify-content: center;
    /* height: 600px; */
    /* flex-wrap: nowrap; */
    align-items: center;
    align-content: center;
    flex-direction: column;
    grid-template-columns: 50% 50%;
    width: 100%;
    justify-items: center;
    padding: 0 !important;
    height: auto;

  }

  .box {
    width: 100%;
    height: 75vw;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    background-color: #000;
    /* margin: 0.1vw; */
    /* filter: grayscale(100%); */
    margin-bottom: 7vw;
    background: #000 url(/img/bg_cuvees_1920x1080.jpg) no-repeat;
    background-size: 470% auto;
    background-position: center bottom;
  }
  li.box div {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: center center;
    /* backdrop-filter: grayscale(100%); */
    position: absolute;
    z-index: 1;
    text-align: center;
  }
  .box img {
    height: 60vw;
    margin-bottom: 30px;
    margin-left: 0.5vw;
    z-index: 10;
    /* backdrop-filter: grayscale(0%); */
  }
  #cuveesflow h4 {
    width: 100%;
    color: #fff;
    font-style: normal;
    font-size: 3vw;
    line-height: 1.5vw;
    font-weight: 200;
    margin: 21px 0 0 0;
    position: absolute;
    display: block;
    text-align: center;
    bottom: 10vw;
    padding: -14vw 0;

  }
  #cuveesflow h4 span {
    width: 100%;
    font-family: "Taviraj", serif;
    color: #cbad84;
    font-style: italic;
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
  }

}
