:root {
  --thmColor1: #05A6CB;
  --thmColor2: #0485A2;
  --thmColor3: #03647A;
  --thmColortext: #444444;
  --thmBgcolor: #03647A;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #333333;
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
   height:100%
   aspect-ratio: auto 16/9;
}