#fullpage-wines .bottle-bkgrd.grigio {
  background-image: url("/wp-content/uploads/2020/09/TT-V2019-PG-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.chard {
  background-image: url("/wp-content/uploads/2020/09/TT-V2018-CH-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.rose {
  background-image: url("/wp-content/uploads/2020/09/TT-V2020-RO-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.noir {
  background-image: url("/wp-content/uploads/2020/09/TT-V2019-PN-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.cab {
  background-image: url("/wp-content/uploads/2020/09/TT-V2018-CS-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.blend {
  background-image: url("/wp-content/uploads/2020/09/TT-V2018-RED-Front-Bottle-Web-300.png")
}

#wines .wines-row .wine-home-container .wines-home-bottle-list li a[data-wine="rose"] p {
  top:-42px;left:116px
}
#fullpage-wines .wine-bkgrd.supporting-image-rose {
  background-image: url("/wp-content/uploads/2020/08/Rose-Varietal-Page-Vineyard-767.jpg")
}
#fullpage-wines .gold-bkgrd.rose {
  background-image: url(/wp-content/uploads/2018/04/mini-blend-gold_v2.png)
}

@media screen and (max-width: 1400px){
  #wines .wines-row .wine-home-container .home-mobile-wines {
    display: block;
    width: 34em;
    position: relative;
    bottom: 80px;
    margin: 0 auto;
    left: initial;
    transform: translate(0);
  }
}
@media screen and (max-width: 1400px){
  #wines .wines-row .wine-home-container .wines-home-bottle-list {
    display: none;
  }
  #wines .wines-row .wine-home-container .home-mobile-wines {
    max-width: 100%;
  }
}

@media screen and (min-width: 1700px){
  #wines .wines-row .wine-home-container .wines-home-bottle-list {
    left: 33%;
  }
  #scores .score-list-container {
    font-size: 1em;
  }
}