﻿#canLifecycle {
    height: 100%;
    max-height: 413px;
    max-width: 413px;
    width: 100%;
}

#divLifecycle {
    height: 100%;
    max-height: 413px;
    max-width: 413px;
    width: 100%;
    float:right;
    padding-left:5%;
}

@media screen and (min-width:955px) {
    #canLifecycle {
        width: 413px;
        height: 413px;
    }

    #divLifecycle {
        width: 413px;
        height: 413px;
    }
}