.section.infomap {
    min-height: 70vh;
}

@media (min-aspect-ratio: 16/9){

  .videoBg .video{
    width: 100%;
    height: 56.25%;
  }
}

@media (max-aspect-ratio: 16/9) {

  .videoBg .video{
    height: 100%;
    width: auto;
  }
}


@media screen and (max-width : 1023px) {

  .big-video-title span.down{
    display: none;
  }
  
  header > .second-menu{
    display: none;
  }

  header > .hamburgher-menu{
    display: flex;
  }

  .swiper-container.fullscreen a h1 , .swiper-container.fullscreen h2, .swiper-container.fullscreen > nav {
    width: calc(80% - 2.8rem)
  } 

  .big-video-title h1{
    width: 70%;
    font-size: 5rem;  
  }

  .section.textcover h1 {
    width: calc( 100% - 4.8rem);
  }

  .section .list-audio li {
    width: 40%;
  }

  .section.credits ul.row{
    width: 90%;
  }

  ul.mobile.menu-list .menu-item a {
      font-size: 1.4rem;
  }

  .map-title p.quote{
    font-size: 2.2rem;
  }

  .map-title p.detail {
      font-size: 1.5rem;
      line-height: 1.7rem;
  }

  .central{
    width: 100%;
    margin-top: -3rem;
    padding-bottom: 2rem;
  }

  span.icon{
    display: none;
  }

  span.icon.left{
    display: block;
  }

  .recipe-title {
      justify-content: center;
  }

  .recipe-title, .recipe-text{
    width: 90%;
  }

  .recipe-text p {
    text-align: left;
  }


}


@media screen and (max-width : 700px) {


  html{ font-size: 8px; }

  .mobilescroll{
    display: inline-block;
    pointer-events: none;
  }

  
  .swiper-container.fullscreen a.mobile-intro{
    display: block;
  }

  header .logo{
    font-size: 3rem;
  }

  header .logo p{
    font-size: 1.69rem;
  }
  
  header > .first-menu{
    display: none;
  }

  header > .hamburgher-menu > ul.mobile.menu-list .menu-item.main{
    display: block;
  }

  header > .hamburgher-menu > ul.mobile.menu-list .menu-item.main a{
    font-size: 2.4rem;
  }

header > .hamburgher-menu > ul.mobile.menu-list .menu-item a{
    font-size: 1.9rem;
  }


  header > .hamburgher-menu > ul.mobile.menu-list.white > .menu-item a{
    color:#000;
  }

  header > .hamburgher-menu > ul.mobile.menu-list{
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
  }
  header > .hamburgher-menu > ul.mobile.menu-list.white{
    background: rgba(255,255,255,0.1);
  }

  header > .hamburgher-menu > ul.mobile.menu-list.active{
    background: rgba(0,0,0,0.9);
    right: 0;
  }
  header > .hamburgher-menu > ul.mobile.menu-list.active.white{
    background: rgba(255,255,255,0.9);
  }

  .mobile-enter {
    display: inline-block;
  }

  .swiper-container.fullscreen{
    position:fixed;
    top: 0;
    z-index: -1;
  }

  .swiper-container.fullscreen > nav {
    display: none;
  }

  
  .swiper-container.fullscreen .swiper-button-prev , .swiper-container.fullscreen .swiper-button-next{
    position: absolute;
    display: inline-block;
    top: 43%;
    transform: translateY(-50%) scale(0.7);
  }


  .swiper-container.fullscreen a {
    text-align: center;
    top: 43%;
    height: 50px;
    padding-bottom: 3rem;
    transform: translateY(-50%);
    width: 80vw;
    margin:auto;
  }

  .swiper-container.fullscreen a h1 {
    width: calc(100% - 2.8rem);
    font-size: 3rem;
    padding-bottom: 1rem;
  }

  .swiper-container.fullscreen h1.enter:after{
    display: none;
  }
  
  .swiper-container.fullscreen h2{
    display: none;
  }


  /*Internals*/
  .videoBg{
    /*position: absolute;*/
    width: 100%;
    height:100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s ease-in-out;
  }

  .map-title p.quote{
    width: 100%;
  }

  .map-title{
    width: calc( 100% - 4rem);
    left: 2rem;
    top: 120%; 
  }

  .section.infomap {
    min-height: 50vh;
  }


  .plyr.plyr--video{
    height: initial;
  }

  .text {
    width:85%;
  }

  .text p{
    text-align: unset;
  }

  .buttonPlayer{
    display: none;
  }


  .swiper-container.gallery{
    width: 100vw;
    height: 66vw;
    padding-bottom: 20%;
  }
  .swiper-pagination{
    display: none;
  }
  
  .video-title{
    padding-bottom: 30%;
  }


  .video-title p.where{
    line-height: 1.8rem;
  }


     @media (max-aspect-ratio: 16/9) {
        .video-title{
          /*padding-top: 30%;*/
          padding: 30% 0 60% 0;
        }
        .videoBg .video{
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 100%;
          transform: translate(-50%,-50%);
          transition: all 0.5 linear;
        }

        .plyr.plyr--video{
            height: 100%;
        }

      }

  /*appunti*/
  .section .list-audio li {
    width: 90%;
  }


  /*progetto*/
  .section.credits ul.row{
    width: 90%;
  }
  .section.credits li{
    width: 40%;
  }
}





