        @media screen and (max-width: 2560px){
            #pr {
                width:100%;
                height:200vh;
            }
            .portfolio,
            .next-portfolio,
            .next-portfolio2{
                width:100%;
                height:50%;
            }
            .folio,
            .folio2,
            .folio3{
                width:100%;
                height:50%;
                
            }
            .slider-track{
            width: calc(450px * 12);
            }
        }
        @media screen and (max-width: 767px){
            h1 {
                font-size: 12px;
            }
        }