@media only screen and (min-width: 768px) {
    #resumelink {
        height: 100%;
    }

    #resumecontainer {
        position: absolute;
        width: 85vw;
        height: 80vh;;
        margin-left: 7.5vw;
        margin-top: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #resumeimg {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #resumelink {
        height: 100%;
    }

    #resumecontainer {
        position: absolute;
        /* width: 85vw; */
        height: 50vh;
        margin-left: 7.5vw;
        margin-top: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #resumeimg {
        height: 100%;
    }
}