#portrait .bg .left{
    bottom:1.5vmax;
}
#workinprogress #wip_img_1{
    width:25%;
}
#workinprogress #wip_img_2{
    width:40%;
}
#workinprogress #wip_img_3{
    width:35%;
}
#workinprogress #wip_img_4{
    width:25%;
}
@media (orientation: portrait){
    #portrait .bg .mobile{
        top:7vmax;
    }
    #workinprogress #wip_img_1{
        width:45%;
    }
    #workinprogress #wip_img_2{
        width:80%;
    }
    #workinprogress #wip_img_3{
        width:60%;
    }
    #workinprogress #wip_img_4{
        width:45%;
    }
}