#myImgDiv {
    width: 100%;
    height: 100vh; 
    background-image: url('/img/redo.of.healer.2.png'); 
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat;
}

#blanketImg {
    height: auto;
    max-width: 100%;
}