/*
Theme Name: Cocoon Child
Template: cocoon-master
*/

/* ========================================================================
テーマカスタマイザーCSS
以下のソースは、テーマカスタマイザーの「追加CSS」欄のソースです
======================================================================== */

/* ここからオリジナルのCSSを記述してください */
/* ヘッダー画像をモバイルでも全体表示 */
@media screen and (max-width: 767px) {
  .header-image,
  .custom-header {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    height: auto !important;
  }
  .custom-header img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}