/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* ===== サイトヘッダーバナー ===== */
#site-header-illust-banner {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}
#site-header-illust-banner img {
  width: 100%;
  /* 画像の自然な縦横比(793/1983)の1/3の高さで表示 */
  height: calc(100vw * 264 / 1983);
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  #site-header-illust-banner img {
    height: calc(100vw * 264 / 1983);
  }
}
