  * {
    box-sizing: border-box;
  }
  

@media (max-width: 480px) {
  .main {padding-top: 50px;}
  .responsivo{width: 48.5%;height: 42%;}
  p {line-height: 16px;}
  p.vino {font-size: 10px;}
  p.cantina {font-size: 10px;}
  p.zona {font-size: 10px;}
  p.dettaglio {font-size: 16px;}
  p.uvaggio {color:darkslategray;font-size: 10px;}
  img.home {width: 75%;}
  div.gallery img {margin-top: 0; width: 85%;height: auto;}
  div.gallery img.lista {margin-top: 10px;margin-bottom: 10px;width: 80%;height: auto;}
  div.gallery img.dettaglio {margin-top: 10px;margin-bottom: 10px;width: 90%;height: auto;}
}

@media (max-width: 720px) and (min-width: 480px) {
  .responsivo{width: 48%;margin-right: 1%;}
  p.vino {font-size: 15px;}
  p.cantina {font-size: 13px;}
  p.zona {font-size: 12px;}
  p.dettaglio {font-size: 15px;}
  p.uvaggio {font-size: 12px;}
  img.home {width: 75%;height: auto;}
  div.gallery img {width: 70%;height: auto;}
}
  
@media (max-width: 1020px) and (min-width: 720px) {
  .responsivo{width: 24.99%;}
  p.vino {font-size: 15px;}
  p.cantina {font-size: 13px;}
  p.zona {font-size: 12px;}
  p.dettaglio {font-size: 18px;}
  p.uvaggio {font-size: 14px;}
  img.home {width: 75%;}
  div.gallery img {width: 70%;height: auto;}
  div.gallery img.lista {margin-top: 10px;margin-bottom: 10px;width: 70%;height: auto;}
  div.gallery img.dettaglio {margin-top: 10px;margin-bottom: 10px;width: 90%;height: auto;}
  }
@media (min-width: 1021px)
  {
  .main {padding-top: 60px;padding-bottom: 50px;} /* WINE_LIST PADDING 60 */
  .responsivo {height: 65%;}
  p.vino {font-size: 22px;}
  p.cantina {font-size: 13px;}
  p.zona {font-size: 12px;}
  p.dettaglio {font-size: 15px;}
  p.uvaggio {font-size: 12px;}
  img.home {width: 50%;}
  div.gallery img {width: 25%;height: auto;}
  div.gallery img.lista {margin-top: 10px;margin-bottom: 10px;width: 50%;height: auto;}
  div.gallery img.dettaglio {margin-top: 10px;margin-bottom: 10px;width: 20%;height: auto;}

  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  