
#client_menu_container ul{
    height:50px !important;
}
#portrait .mobile{
    display:none;
}

#portrait .illus{
    position:absolute;
    left:0;
    top:0;
    width:40%;
    height:100%;
}
#portrait .illus img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;

}
#portrait .text{
    width:60%;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    background:white;
}
#portrait .text img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}


@media screen and (orientation:portrait){
    #portrait .illus{
        width:100%;
        height:40svh;
    }
    #portrait .text{
        width:100%;
        height:60svh;
        bottom:0;
        top:auto;
    }
}