body {
    font-size: 1.1rem;
}

#commentBox img {
    width: auto;
    height: auto;      
}

h2 {text-align: center;}
h2 span {font-size: 1rem;}
h3 {text-align: center;}
h3 span {font-size: 1rem;}     
h4 {text-align: center;}
h4 .date {
    font-size: .8rem;
    font-style: italic;
}

img {
    display: block;
    margin: auto;
    max-width:90vw;
    max-height:600px;
    height: auto;
    border:1px solid black;
}

figure {
    display: table; 
    margin: 10px auto;  /* ADD Me */
}

figcaption {
    text-align: right;
    font-size: .7rem;
    font-family: Verdana, Arial, sans-serif;
}

.thumb2x3 img
{
    max-height:1000vw;
}

#commentBox img
{
    width: auto;
    height: auto;      
}

.sidebyside
{
    margin: auto;
}

.sidebyside tdx
{
    padding: 0px 5px;
}

.sidebyside img
{
    max-width: calc(50vw - 15px);
}
