/*
 * Eyecatch alignment tuning
 */

.paper_title_sec {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.paper_title_sec img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  width: min(100%, 760px) !important;
  max-width: 100% !important;
}

/* single-paper_news.php uses background image on div.paper_title_sec */
.single-paper_news .paper_title_sec,
body.post-type-paper_news .paper_title_sec {
  max-width: min(100%, 760px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-position: center center !important;
}
