:root {
  --tempColor1: #4B78AF;
  --tempColor2: #0D5B8C;
  --tempColor3: #0C3559;
  --bgTitle: rgba(75,120,175,.3);
  --textColor: #555555;
  --bgColor: #EAEAEA;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --bgCopyright: #000000;
}

#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}
#content p > video,
#content video {
   width:100%;
   height:auto;
}