/* 背景画像を設定（スマホでの不具合対応版） */
header {
  content: '';
  /* position: relative; */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url('/images/abigaile_johnson_header.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* 貼り付けInstagram中央ぞろえ */
.instagram-media {
  margin: 30px auto !important;
}