*{box-sizing:border-box;}
div.myImg {
    border:solid black 4px;
    border-radius:10px;

    display:inline-block;
    padding:10px;
    margin: 3px 5px;
}
img.thumbnail {
    height:100px;
    width:auto;
    margin:0px auto;
    border-radius: 10px;
}
img.thumbnail:hover {
    height:102px;
}
img.hires{
    height:600px;
    width:auto;
}
div.myImg p.desc {
    text-align:center;
    height:50px;

}
.clear{
    clear:both;
}

