 
    [mn="2000"] {
        min-height: 40vh;
        color: #fff;
        z-index: 1;
        text-align: center;
        aspect-ratio: 16 / 4.5;
     }
     [mn="2000"] .tst-w > * {
         width: 100%
     }
     [mn="2000"] .main {
         padding: 60px 15px;
     }
     [mn="2000"] .content {
         font-size: 150%
     }
     [mn="2000"]:after {
         /* content: ''; */
         position: absolute;
         width: 100%;
         height: 100%;
         left: 0;
         top: 0;
         display: block;
         z-index: -1;
         background-color: rgba(0,0,0,.35); 
         margin: 0
     } 
 
     [mn="2000"] .bg-lay {
         background-position: top center
     }
     [mn="2000"] .bg-lay,
     [mn="2000"] .bg-layer {
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         z-index: -2
     }
     [mn="2000"] .bg-layer {
         z-index: -1;
         background-size: auto;
         background-repeat: repeat;
         display: none;
     }
     [mn="2000"] .h4 {
         font-size: 200%;
         font-family: var(--font-t1); 
         color: #fff;
         line-height: 1.2; 
         margin: 0 auto 15px; 
         text-shadow: 3px 3px 9px rgba(0,0,0,.6);
     } 
     [mn="2000"] .subttl {
         font-size: var(--font-xl);
     } 
     @media (max-width: 1000px) {
         [mn="2000"] .ttl {
             font-size: var(--font-xxl)
         }
     }
     @media (max-width: 767px) {
         [mn="2000"] .main {
             padding: 0 15px;
         }
          
         [mn="2000"] {
             min-height: auto
         }
     } 