@charset "utf-8";

@font-face {
  font-family: 'AngelicaC'; /* フォント名 */
  src: url('../assets/AngelicaC.woff2?v=0') format('woff2'),
       url('../assets/AngelicaC.woff?v=0') format('woff'),
       url('../assets/AngelicaC.ttf?v=0')   format('truetype'); /* 通常のフォントファイル */
  font-weight: normal; /* 通常のウェイト */
  font-style: normal; /* 通常のスタイル */
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*以上がリセットCSS*/

/* 予約ボタン（回転SVG） */
.reserve-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    z-index: 4000;
    cursor: pointer;
    transform: translate(-20px, -20px);
    fill: #fff;
    color: #fff;
  }
  
  .reserve-button svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  
  .reserve-button.dark-mode svg,
  .reserve-button.dark-mode text {
    fill: #a2212a;
    color: #a2212a;
  }
  
  .reserve-button text {
    fill: #fff;
    letter-spacing: 2px;
  }
  
  .reserve-button svg g.rotate-text {
    animation: spin-text 20s linear infinite;
    transform-origin: center center;
  }
  
  @keyframes spin-text {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* オーバーレイメニュー */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #a2212a;
    display: none;
    z-index: 3000;
    pointer-events: auto;
  }
  
  .menu-overlay.active {
    display: block;
  }
  
  .menu-overlay.active ~ .reserve-button {
    background-color: white !important;
    color: #a2212a !important;
  }
  
  .menu-overlay .menu-center.overlay-version {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'AngelicaC';
    z-index: 3001;
    pointer-events: auto;              /* メニュー項目も有効化 */
  }
  
  .menu-overlay .menu-center .top-link,
  .menu-overlay .menu-center .bottom-label {
    writing-mode: vertical-rl;
    font-size: 20px;
    color: white;
  }
  
  .menu-overlay .menu-center .bottom-label {
    font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
  }
  
  .menu-overlay .menu-close {
    position: fixed;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-size: 64px;
    color: white;
    cursor: pointer;
    z-index: 4000;
    font-family: 'Helvetica Neue', system-ui, sans-serif;
    font-weight: 100;
    text-decoration: none;
    pointer-events: auto;              /* クリックを確実に受け取る */
  }
  
  .overlay-nav-row {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    width: 85%;
    display: flex;
    justify-content: space-between;
    z-index: 3001;
    padding: clamp(120px, 18vh, 220px) 0;
  }
  
  .overlay-nav-row .nav-left,
  .overlay-nav-row .nav-right {
    display: flex;
    flex-direction: row;
    
  }
  .overlay-nav-row .nav-left{
    margin: 0;
    transform: translateX(-5%);
    gap: clamp(1vw, 6vw, 150px);
  }
  .overlay-nav-row .nav-right {
    margin: 0;
    transform: translateX(-2%);
    gap: clamp(1vw, 8vw, 150px);
  }
  .overlay-nav-row a {
    color: white;
    font-size: 20px;
    font-family: 'Times New Roman',     /* 英語用（スペース必ずクオート） */
    fot-klee-pro,          /* 日本語用（ハイフンのみならクオート省略可） */
    sans-serif;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
  }
  
  /* --- iOS端末向けにdvh対応（必要なら） --- */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .menu-center,
      .menu-center.overlay-version {
        height: 100dvh;
      }
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    /* nav-left/nav-right の項目間隔を少し狭く */
  .menu-overlay .overlay-nav-row .nav-left,
  .menu-overlay .overlay-nav-row .nav-right {
    gap: 2rem !important;
  }

  /* ×ボタンと隣接する項目には最低1emの余白を確保 */
  .menu-overlay .overlay-nav-row .nav-left a:last-child {
    margin-right: 1em !important;
  }
  .menu-overlay .overlay-nav-row .nav-right a:first-child {
    margin-left: 1em !important;
  }
  }

  /* --- 中央固定メニュー（通常） --- */
.menu-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #B38A5A;
    font-family: 'AngelicaC';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    pointer-events: none;
  }
  
  .menu-center .top-link,
  .menu-center .menu-icon {
    pointer-events: auto;
  }
  
  .top-link,
  .bottom-label {
    font-size: 20px;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    color: #B38A5A;
    text-decoration: none;
  }

  .top-link{
    margin-top: 25px;
  }
  
  .bottom-label {
    font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .menu-icon .line {
    width: 30px;
    height: 2.5px;
    background: #B38A5A;
    margin-bottom: 2px;
  }
  
  .menu-icon .eight {
    font-size: 48px;
    color: #B38A5A;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
  
  .menu-icon:hover .eight {
    transform: rotate(90deg) translateX(-3px) translateY(2px);
  }
  
  .menu-label {
    font-size: 16px;
    color: #B38A5A;
    margin-top: -2px;
  }

/* News リンク本体を相対配置に */
.nav-link--news {
  position: relative;
  display: inline-block;     /* 必要に応じて */
}

/* + を小さく・右上に */
.nav-link--news-plus {
  position: absolute;
  top: 0;                    /* 親要素の上端 */
  right: -0.7em;             /* 文字 1 つ分くらい右へ */
  font-size: 0.7em;          /* 本文の60% サイズ */
  line-height: 0.9;            /* 高さを合わせる */
}


  /* スクロール */
  .scroll-container {
  height: 100svh;                   /* 最新ブラウザでの正確なビューポート高さ */
  height: 100vh;                    /* フォールバック */
  overflow-y: auto;                 /* スクロール可能に */
  overflow-x: hidden;               /* 横スクロールを無効化 */
  scroll-snap-type: y mandatory;    /* 垂直方向に強制スナップ */
  overscroll-behavior-y: contain;   /* バウンス時の伝播抑制 */
  scroll-behavior: smooth;          /* 滑らかなスクロール */
  -webkit-overflow-scrolling: auto; /* iOS慣性スクロールを無効化 */
  background-color: #a2212a;
}

/* 各スナップ要素 */
.snap {
  height: 100svh;       /* セクションをビューポートいっぱいに */
  height: 100vh;        /* フォールバック */
  scroll-snap-align: start;  /* 上端揃えでスナップ */
  scroll-snap-stop: always;  /* 大きなスクロールでも必ず止める */
}
  

  /*メニュー縦書きタイトル*/
  .fixed-page-label {
    position: fixed;
    top: 30px;
    left: 50px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    font-weight: bold;
    color: white;
    z-index: 999;
    font-family: 'AngelicaC', serif;
    letter-spacing: 0.1em;
    user-select: none;
    pointer-events: none;
  }

  /* --- ページ内容 --- */
/* movie.css */

/* ========== 1 枚目 ========== */
.section-m1 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper-m1 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5%;
  gap: 15vw;
}

.video-m1 {
  width: 50%;                 /* 左右それぞれの幅 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-m1 iframe {
  width: 100%;                      
  height: calc(45vw * 9 / 16);      
  max-width: 640px;                 
  max-height: 360px;
  border: none;
}

/* ========== 2 枚目 ========== */
.section-m2 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper-m2 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5%;
  gap: 15vw;
}

.video-m2 {
  width: 50%;                 /* 左右それぞれの幅 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-m2 iframe {
  width: 100%;                      
  height: calc(45vw * 9 / 16);      
  max-width: 640px;                 
  max-height: 360px;
  border: none;
}

/* ========== 3 枚目 ========== */
.section-m3 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper-m3 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 5%;
  gap:15vw;
}

.video-m3 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-m3 iframe {
  width: 45vw;
  height: calc(45vw * 9 / 16);
  max-width: 640px;
  max-height: 360px;
  border: none;
}

.banner-m3 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; /* ← stretch ⇒ center に変更 */
 
}
.banner-m3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;        /* 箱内に収めつつ縦横比キープ */
  display: block;
  max-height: 80vh; /* ビューポート高さの 80% を上限に */
  max-width: 80vw; /* ビューポート幅の 100% を上限に */
  margin: 0 auto; /* 中央寄せ */
}


/* ========== レスポンシブ調整 ========== */
@media (max-width: 1024px) {
  .content-wrapper-m1,
  .content-wrapper-m2,
  .content-wrapper-m3 {
    flex-direction: column;
    gap: 4vh;
    padding: 0 5%;
    
  }
  .video-m1 iframe,
  .video-m2 iframe,
  .video-m3 iframe{
    width: 80vw;
    height: calc(80vw * 9 / 16);
  }

  .banner-m3 img{

  /* autoだけ指定して、あとはmax-に任せる */
  width: auto;
  height: auto;
  max-width: 50vw;
  max-height: 80vh;
  display: block;
 
  }
}


/* ============ Mobile 一覧レイアウト（max-width:768px） ============ */
@media screen and (max-width: 768px) {

  /* 1. 予約ボタンを左下に */
  .reserve-button {
    right: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    transform: none !important;
  }
  
  .reserve-button {
    width: 80px !important;
    height: 80px !important;
  }
  .reserve-button svg {
    width: 100% !important;
    height: 100% !important;
  }
  
  .menu-center {
    position: static !important;
    display: block   !important;
    transform: none  !important;
  }
  
  /* ── 上端リンクを画面上端に固定 ── */
  .menu-center .top-link {
    position: fixed    !important;
    top:      10px        !important;
    right:    18px      !important;
    z-index: 10000     !important;
    white-space: nowrap!important;
    font-size:   14px  !important;
    line-height: 1     !important;
    margin:      0     !important;
    padding:     4px 0 !important;
  }
  
  /* ── ハンバーガーを画面縦中央に固定 ── */
  .menu-center .menu-icon {
    position: fixed    !important;
    top:      50%      !important;
    right:    18px      !important;
    transform: translateY(-50%) !important;
    z-index: 10000     !important;
    display: flex      !important;
    flex-direction: column!important;
    align-items:    center   !important;
    margin:         0        !important;
    padding:        0        !important;
  }
  .menu-center .menu-icon .line {
    width:  20px !important;
    height: 2px  !important;
    margin: 1px 0 !important;
  }
  .menu-center .menu-icon .eight {
    font-size:   32px !important;
    line-height: 1    !important;
  }
  .menu-center .menu-icon .menu-label {
    font-size:   10px !important;
    line-height: 1     !important;
    white-space: nowrap!important;
    margin:      1px 0 !important;
    padding:     0     !important;
  }
  
  /* ── 下端ラベルを画面下端に固定 ── */
  .menu-center .bottom-label {
    position: fixed    !important;
    bottom:   10px        !important;
    right:    18px      !important;
    z-index: 10000     !important;
    white-space: nowrap!important;
    font-size:   14px  !important;
    line-height: 1     !important;
    margin:      0     !important;
    padding:     4px 0 !important;
  }
  
  
  /* 3. 全スライドを縦レイアウトに切り替え */
  .slide-content,
  .content-wrapper-m1,
  .content-wrapper-m2,
  .content-wrapper-m3{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  /* 各カラムを幅100%に */
  .slide-content > div,
  .content-wrapper-m1 > div,
  .content-wrapper-m2 > div,
  .content-wrapper-m3 > div
{
    width: 100% !important;
  }
  
  /* モバイル版: オーバーレイメニュー */
  
    /* PC用縦バーは隠し、オーバーレイ用縦バー（overlay-version）を表示 */
   
    .menu-overlay .menu-center.overlay-version {
      display: flex !important;
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      width: 100vw !important;
      height: 100vh !important;
      flex-direction: column !important;
      justify-content: space-between !important;
      align-items: center !important;
      background-color: #a2212a !important;
      z-index: 2000 !important;
      padding: 0 20px !important;
      box-sizing: border-box !important;
    }
  
   /* 閉じるボタン（×） */
   .menu-overlay.active .menu-close {
    display: block !important;
    position: fixed !important;
    top: 50% !important;               /* 垂直中央 */
    right: 18px !important;             /* 右から18px */
    left: auto !important;              /* 左位置クリア */
    transform: translate(0, -72%) !important; /* 縦方向中央合わせ */
    font-size: 43px !important;
    color: white !important;
    z-index: 2100 !important;
    cursor: pointer !important;
  }
  
  
    /* メニュー項目: 縦並び、左から20px、中央縦配置 */
    .menu-overlay .overlay-nav-row {
      position: fixed !important;
      top: 50% !important;
      left: 80px !important;
      transform: translateY(-50%) !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 32px !important; /* 広めの間隔 */
      margin: 0 !important;
      padding: 0 !important;
      background: none !important;
      z-index: 2000 !important;
    }
  
    .menu-overlay .overlay-nav-row .nav-left,
    .menu-overlay .overlay-nav-row .nav-right {
      display: flex !important;
      flex-direction: column !important;
      gap: 40px !important;
    }
  
    .menu-overlay .overlay-nav-row a {
      color: white !important;
      font-size: 24px !important; /* 文字サイズ大きく */
      text-decoration: none !important;
      line-height: 1.2 !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    /* プラス記号の位置調整 */
    .menu-overlay .overlay-nav-row .nav-link--news-plus {
      position: absolute !important;
      top: 0 !important;
      left: 5.5em !important;
      font-size: 0.7em !important;
      line-height: 1 !important;
    }
  
  /* Toggle between main and overlay menus using :has */
  /* main menu hidden when overlay active */
  body:has(.menu-overlay.active) .menu-center:not(.overlay-version) {
    display: none !important;
  }
  /* overlay-version shown only when overlay active */
  body:has(.menu-overlay.active) .menu-center.overlay-version {
    display: flex !important;
  }
  /* overlay-version hidden when overlay not active */
  body:not(:has(.menu-overlay.active)) .menu-center.overlay-version {
    display: none !important;
  }
  

  .section-m1 .content-wrapper-m1 {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4vh !important;                /* 縦方向の間隔を確保 */
    transform: translateX(-5%) !important; /* X軸-10%移動 */
    padding: 0 5% !important;
  }
  .section-m1 .video-m1 {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .section-m1 .video-m1 + .video-m1 {
    margin-top: 4vh !important;        /* 2本目との間隔 */
  }
  .section-m1 .video-m1 iframe {
    width: 80vw !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .section-m2 .content-wrapper-m2 {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4vh !important;                /* 縦方向の間隔を確保 */
    transform: translateX(-5%) !important; /* X軸-10%移動 */
    padding: 0 5% !important;
  }
  .section-m2 .video-m2 {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .section-m2 .video-m2 + .video-m2 {
    margin-top: 4vh !important;        /* 2本目との間隔 */
  }
  .section-m2 .video-m2 iframe {
    width: 80vw !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .section-m3 .content-wrapper-m3 {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4vh !important;                /* 縦方向の間隔 */
    transform: translateX(-5%) !important;
    padding: 0 5% !important;
  }
  .section-m3 .video-m3,
  .section-m3 .banner-m3 {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .section-m3 .video-m3 iframe{
    width: 80vw !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 4vh auto !important; /* 下に間隔 */
  }
  
  .section-m3 .banner-m3 picture,
  .banner-m3 img{
    width: 85vw !important;
    height: auto !important;
    max-width: 85vw !important;
    max-height: 80vh !important;
    display: block !important;
    margin: 0 auto !important;
    transform: translate(3%,-6%) !important;
  }
  
.content-wrapper-s12,           /* FAQ */
  .content-wrapper-m1,
  .content-wrapper-m2,
  .content-wrapper-m3,            /* One-8 ページ */
  .movie-content-wrapper {        /* Movie ページ用ラッパー */
    
    top:    0 !important;
    right:  0 !important;
    bottom: 0 !important;
    left:   0 !important;
    overflow-y: auto !important;  
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y mandatory !important;
  }
  /* 0. 各ページ共通：画面全体を固定し、バウンス＆余計なスクロールを抑制 */
  html, body {
    margin: 0;
    padding: 0;
    overflow: hidden !important;
    height: 100vh !important;
    height: 100dvh !important;      /* 動的ビューポート対応 */
    overscroll-behavior-y: none;     /* 上下バウンス抑制 */
  }

  }

  /* デスクトップ幅 (>=769px) の縦積みバグ対策 */
@media screen and (min-width: 769px) {
  .section-m1 .content-wrapper-m1,
  .section-m2 .content-wrapper-m2,
  .section-m3 .content-wrapper-m3 {
    flex-direction: row !important;
    gap: 15vw;
    transform: none !important;
   aspect-ratio: 16 / 9 !important;

  }
}
    

/* 768px〜1024px の中間ブレイクポイント */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-m1 .content-wrapper-m1,
  .section-m2 .content-wrapper-m2,
  .section-m3 .content-wrapper-m3 {
    flex-direction: row !important;
    /* 動画をそれぞれの半分中央に配置 */
    justify-content: center !important;
    gap: 10vw !important;
    transform: none !important;
    padding: 0 5% !important;
  }
  .section-m1 .video-m1,
  .section-m2 .video-m2,
  .section-m3 .video-m3,
  .section-m3 .banner-m3 {
    width: 45vw !important; /* 少し小さく */
    margin: 0 !important;
  }
  .section-m1 .video-m1 iframe,
  .section-m2 .video-m2 iframe,
  .section-m3 .video-m3 iframe{
    width: 45vw !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    margin: 0 auto !important;
  
}
  .section-m1 .video-m1,
  .section-m2 .video-m2,
  .section-m3 .video-m3{
    width: 45vw !important;
    margin:0 auto !important;
  }
  .section-m1 .video-m1 iframe,
  .section-m2 .video-m2 iframe,
  .section-m3 .video-m3 iframe{
    width: 60vw !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-width: 640px !important;
    max-height: 360px !important;
    display: block !important;
    margin: 0 auto !important;
    
  }
  .banner-m3 img{
    /* 親コンテナを小さく */
    width: 45vw;       /* お好みの幅に */
    max-width: 50vw;
    height: auto;  /* 上限も設定できます */
    /* aspect-ratio: 16/9 はそのまま継承 */
  }

}

/* デスクトップ幅 (>=1025px) */
@media screen and (min-width: 1025px) {
  .section-m1 .content-wrapper-m1,
  .section-m2 .content-wrapper-m2,
  .section-m3 .content-wrapper-m3 {
    flex-direction: row !important;
    gap: 15vw !important;
    transform: none !important;
    padding: 0 5% !important;
  }
  
  .section-m1 .video-m1,
  .section-m2 .video-m2,
  .section-m3 .video-m3 {
    width: 50% !important;
  }
 
  .section-m3 .banner-m3 {
    width: auto !important;
  }
  .video-m1 iframe,
  .video-m2 iframe,
  .video-m3 iframe{
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-width: 640px !important;
    max-height: 360px !important;
  }
  
}
