html,body{
  width:100%; height:100%;
}
#image{
  width:100%; height:calc(100% - 22px); background:#000 center / contain no-repeat;
}
#image_title{
  width:100%; height:22px; background:#ddd; font:bold 16px 'Times New Roman', Times, serif; text-align:center;
}