@media screen and (max-width: 1920px) {
  :root {
    --medium-text: 2rem;
    --big-text: 3.75rem;
    --medium-space: 3.5rem;
    --big-space: 8rem;
    --header-height: 150px;
    --logo-width: 220px;
  }
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  :root {
    --medium-text: 2rem;
    --big-text: 3.75rem;
    --medium-space: 3rem;
    --big-space: 6rem;
    --header-height: 150px;
    --logo-width: 180px;
  }
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --medium-text: 1.75rem;
    --big-text: 3.5rem;
    --medium-space: 2.5rem;
    --big-space: 4rem;
    --header-height: 120px;
    --logo-width: 170px;
  }
  html, body {
    font-size: 16px;
  }
  .hide-lg {
    display: none !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .m-top-lg-m {
    margin-top: var(--medium-space) !important;
  }
  .item.item-storia {
    height: 420px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --medium-text: 1.75rem;
    --big-text: 3rem;
    --medium-space: 2.25rem;
    --big-space: 3.75rem;
    --header-height: 100px;
    --logo-width: 170px;
  }
  html, body {
    font-size: 16px;
  }
  .hide-md {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m {
    margin-top: var(--medium-space) !important;
  }
  .col-text {
    width: 100%;
    min-width: 100%;
  }
  footer .m-top-md-m {
    margin-top: var(--regular-space) !important;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --medium-text: 1.5rem;
    --big-text: 2.5rem;
    --medium-space: 2rem;
    --big-space: 3rem;
    --header-height: 80px;
    --logo-width: 160px;
  }
  html, body {
    font-size: 16px;
  }
  .hide-sm {
    display: none !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m {
    margin-top: var(--medium-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  .item.item-storia {
    height: auto;
  }
  .item.item-storia div:first-child {
    margin-bottom: var(--big-space);
  }
  .grid-wines a.img-big {
    width: 100%;
    height: auto !important;
  }
  .grid-wines .item-inside div.align-right {
    text-align: left !important;
    margin-top: var(--big-space) !important;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --medium-text: 1.25rem;
    --big-text: 2.25rem;
    --medium-space: 2rem;
    --big-space: 3rem;
    --header-height: 80px;
    --logo-width: 160px;
  }
  html, body {
    font-size: 16px;
  }
  .hide-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m, .m-top-xs-m {
    margin-top: var(--medium-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-xs-m {
    margin-top: var(--regular-space) !important;
  }
}