#portrait .bg .left{
    width:70%;
}
#portrait .bg .right{
    width:30%;
    display:none;
}
@media (orientation: portrait){
    #portrait .quote {
        left: 10%;
        right: 10%;
        top:auto;
        bottom: 0;
    }
}
#workinprogress #wip_img_1{
    width:25%;
}
#workinprogress #wip_img_2{
    width:40%;
}
#workinprogress #wip_img_3{
    width:35%;
}
#workinprogress #wip_img_4{
    width:25%;
}
#workinprogress #wip_img_5{
    width:40%;
}
@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%;
    }
    
    #workinprogress #wip_img_5{
        width:80%;
    }
}

#workinprogress .bg{
    background:#FFFFFF;
    /*background:url("../img/time0_img0.jpg");*/
}
