#portrait .bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}
#portrait .quote{
    width:80vmin;
    height:80vmin;
    top:0; right:0; bottom:0; left:0;
}
#portrait .quote img{
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}