.snow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 15;
  pointer-events: none;
}

.snow {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.snow-container.active .snow {
  -webkit-animation: snow linear infinite;
          animation: snow linear infinite;
}

.snow-container.active .snow.foreground {
  background-image: url(/assets/images/snowForeground.png);
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.snow-container.active .snow.foreground.layered {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.snow-container.active .snow.middleground {
  background-image: url(/assets/images/snowMiddleground.png);
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.snow-container.active .snow.middleground.layered {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.snow-container.active .snow.background {
  background-image: url(/assets/images/snowBackground.png);
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.snow-container.active .snow.background.layered {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}

.homepageBannerVideo {
  max-height: 80vh;
  height: 900px;
  width: 100%;
  z-index: 10;
  opacity: 1;
  background-color: black;
  display: block;
  position: relative;
}

.homepageBannerVideo .overlayBanner {
  opacity: 0;
  text-align: center;
  position: absolute;
  z-index: 30;
  transition: 300ms ease-in all;
  width: 100%;
  top: 40%;
}

.homepageBannerVideo .overlayBanner.active {
  opacity: 1;
}

.overlayBanner h2, .overlayBanner h3 {
  color: white;
  margin-bottom: 0;
  line-height: 135%;
}

.videoWrapperHome {
position: relative;
overflow: hidden;
height: 100%;
width: 100%;
z-index: 10;
opacity: 1;
margin: 0 auto;
}

.bgVideo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
-webkit-transform:translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);  }

.bgVideo.homepage {
min-height: 100%;
min-width: 100%;
}

@media (max-width:1024px) {
  .homepageBannerVideo {
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  }
  .bgVideo.homepage {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: inherit ;
  -moz-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  }

}

.videoBlock {
  width: 31%;
  margin: 0 1%;
  display: inline-block;
}

@media (max-width:768px) {
.videoBlock {
  width: 100%;
  margin: 10px 0;
  display: block;
}

.mediaWrap {
  margin: 0 10px;
}
}

.mediaWrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.mediaWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }


.productAccolades {
  padding: 0rem !important; }

.accoladeBox {
  width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
  padding-bottom: 1rem; }

.accoladeBox:nth-child(1n) {
  margin-right: 1rem;
  clear: none; }

.accoladeBox:last-child {
  margin-right: 0; }

.accoladeBox:nth-child(2n) {
  margin-right: 0;
  float: right; }

.accoladeBox:nth-child(2n + 1) {
  clear: both; }
  @media (max-width: 64.0625rem) {
    .accoladeBox {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .accoladeBox:nth-child(1n) {
      margin-right: 1rem;
      clear: none; }
    .accoladeBox:last-child {
      margin-right: 0; }
    .accoladeBox:nth-child(1n) {
      margin-right: 0;
 }
    .accoladeBox:nth-child(1n + 1) {
      clear: both; } }
  .accoladeBox .accoladeTop {
    height: 6.25rem; }
  .accoladeBox .score {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    background-color: #F7F6F2;
    color: #715A5A;
    font-size: 0rem;
    opacity: 0;
    font-weight: bold;
    -webkit-transition: 500ms ease-in-out all;
    -o-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    line-height: 6.25rem;
    font-family: "soleil", arial, sans-serif;
    display: inline-block;
    text-align: center; }
  .accoladeBox .publication {
    line-height: 6.25rem;
    font-size: 1.5rem;
    font-style: italic;
    color: #715A5A;
    margin-left: 1.5625rem;
    opacity: 0;
    font-family:  "garamond-premier-pro-subhead", georgia, 'times new roman', times, serif;
    -webkit-transition: 450ms ease-in-out all;
    -o-transition: 450ms ease-in-out all;
    transition: 450ms ease-in-out all;
    -webkit-transition-delay: 1.45s;
         -o-transition-delay: 1.45s;
            transition-delay: 1.45s;
    display: inline-block; }
  .accoladeBox .quote {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #5A5858;
    padding: .25rem .675rem;
    opacity: 0;
    -webkit-transition: 450ms ease-in-out all;
    -o-transition: 450ms ease-in-out all;
    transition: 450ms ease-in-out all;
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
    position: relative; }
    .accoladeBox .quote:before, .accoladeBox .quote:after {
      content: '"';
      color: #715A5A; }

.caseQtyBox {
  width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2)); }

.caseQtyBox:nth-child(1n) {
  margin-right: 1rem;
  clear: none; }

.caseQtyBox:last-child {
  margin-right: 0; }

.caseQtyBox:nth-child(2n) {
  margin-right: 0;
 }

.caseQtyBox:nth-child(2n + 1) {
  clear: both; }
  @media (max-width: 64.0625rem) {
    .caseQtyBox {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .caseQtyBox:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .caseQtyBox:last-child {
      margin-right: 0; }
    .caseQtyBox:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .caseQtyBox:nth-child(1n + 1) {
      clear: both; } }
  .caseQtyBox .caseImage, .caseQtyBox .qtyText {
    display: inline-block; }
  .caseQtyBox .caseImage {
    padding-top: 0.5rem;
    opacity: 0;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition: 450ms ease-in all;
    -o-transition: 450ms ease-in all;
    transition: 450ms ease-in all; }
    .caseQtyBox .caseImage #Wine {
      -webkit-transition: 450ms ease-in all;
      -o-transition: 450ms ease-in all;
      transition: 450ms ease-in all; }
  .caseQtyBox .qtyText {
    line-height: 6.25rem;
    vertical-align: top;
    opacity: 0;
    margin-left: 1.5rem;
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
    -webkit-transition: 450ms ease-in all;
    -o-transition: 450ms ease-in all;
    transition: 450ms ease-in all; }
    .caseQtyBox .qtyText .score {
      color: #715A5A;
      font-size: 1.5rem;
      font-family: "soleil",sans-serif;
      font-weight: bold;
      margin-left: .25rem;
      margin-right: .25rem; }
    .caseQtyBox .qtyText .description {
      font-size: 1.5rem;
      font-style: italic;
      color: #715A5A; }
  .caseQtyBox.active .caseImage {
    opacity: 1; }
  .caseQtyBox.active .qtyText {
    opacity: 1;
    margin-left: 0; }

.productAccolades.already-visible .score, .productAccolades.come-in .score {
  font-size: 1.5rem;
  opacity: 1; }

.productAccolades.already-visible .publication, .productAccolades.come-in .publication {
  opacity: 1;
  margin-left: -1.5625rem; }

.productAccolades.already-visible .quote, .productAccolades.come-in .quote {
  opacity: 1; }

