.custom-swiper{
    padding-top:110px;
    padding-bottom:50px;
}



@media only screen and (max-width: 1024px){
    .custom-swiper{
    padding-top:0px;
 }
}

@media only screen and (max-width: 450px){
    .portfoliolist picture{
        flex:0 0 100%;
        max-width:100%;
        margin:0 auto 30px;
    }
}