@media (min-width: 1000px) {
  html {
    padding: 0;
  }

  body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
  }

  body:before {
    content: none;
  }

  .main-content {
    width: 1000px;
    height: 600px;
    border: 1px solid #FFF;
    overflow: hidden;
  }

  .header-main {
    position: absolute;
    left: 50%;
  }

  .header-main .header--offcanvas,
  .header--wrapper-mobile {
    display: none;
  }

  .header--wrapper-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 33.33%;
    width: 28%;
    height: 100%;
    background: rgba(0,0,0,.65);
    padding: 1rem 0;
  }

  .header--wrapper .offcanvas {
    position: relative;
    transform: none;
    margin: 0;
    width: auto;
    background: transparent;
  }

  .header--wrapper .logo-wrapper {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header--wrapper .social--wrapper {
    padding-bottom: 1rem;
  }

  .header--wrapper .social--title {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .header--wrapper .social a {
    height: 1.2rem;
    width: 1.2rem;
    display: flex;
    margin: 0 .5rem;
  }

  .header--wrapper .piva {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
    bottom: 0;
  }

  .header--menu .menu-item {
    margin: .75rem 0;
  }

  .header--menu .menu-item a {
    font-size: 1.2rem;
  }

  .main-content > .section {
    margin-top: 0;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
  }

  .section .carousel-home,
  .section .carousel--contatti,
  .section .wrapper-image {
    margin: 0 !important;
    height: 100%;
    width: 66.66%;
  }

  .section > header,
  .section .container-wrapper {
    width: 33.33%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 9;
    padding: 25px;
    margin: 0;
  }

  header .abstract {
    position: relative;
    margin-bottom: 0;
    text-align: center;
  }

  h1.title,
  h1.about-title {
    display: none;
  }

  .divider {
    width: 9rem;
    height: 2.5px;
  }

  .wrapper-image img {
    object-fit: cover;
  }

  .carousel--small img{
    object-position: right;
  }

  .carousel--small .slick-slide {
    height: 600px;
  }

  .carousel--small .slick-dots {
    left: 20%;
    bottom: 1.65rem;
  }

  .carousel--restauro .slick-slide{
    padding-left: 8rem;
  }

  /* CONTATTI + RESTAURO */
  .section__contatti .carousel--contatti:after,
  .section__restauro .carousel--restauro:after {
    height: 8rem;
  }

  /* CONTATTI */
  .section__contatti .divider {
    display: none;
  }

  /* RESTAURO */
  body.restauro .header-main {
    left: 61.3%;
  }

  .section__restauro {
    flex-wrap: wrap;
  }

  .section__restauro header {
    flex-direction: column;
    position: absolute;
    left: 0;
  }

  .section__restauro header > p {
    margin: 0;
  }

  .section__restauro .single-gallery.showGallery {
    height: 100%;
    width: 66.66%;
  }

  .section__restauro .single-gallery {
    width: 66.66%;
  }

  .section__restauro .carousel--small {
    margin: 0;
  }

  /* GALLERY */
  body.gallery .header-main {
    left: 28%;
  }

  body.gallery .header--wrapper {
    left: 0;
  }

  .carpet {
    margin-bottom: 2rem;
  }

  body.gallery .carpets-list {
    height: 600px;
    overflow-y: scroll;
    margin-top: 3rem;
    margin-left: 28%;
    padding: 0 2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.gallery .carpets-list::-webkit-scrollbar {
    display: none;
  }

  /* RESTAURO */

  .restauro--subtitle{
    color: #fff;
    position: absolute;
    bottom: 6rem;
    background-color: rgba(0,0,0,0.75);
    padding: 0.7rem;
    font-size: calc(0.5rem + 0.3vw);
    left: 48%;
    transform: none;
  }
}
