div.parent {
    position:absolute;
    max-width:100%;
    max-height:100%;
    top:50%;
    left:30%;
    overflow:visible;
}
div.logo {
    position:relative;
    max-width:100%;
    max-height:100%;
    margin-top:-20%;
    margin-left:-20%;
    text-align: center;
}