
@media (max-width: 767px) {

    /* Section: landing-video */
    #landing-video {
        display: block;
        height: 350px; /* Sesuaikan tinggi area tumpukan */
        
      }
    
      .video-card {
        position: absolute !important;
        width: 50%;
        height: 200px;
        margin: 0px;
        border-radius: 12px;
        background-color: #ccc;
        transition: all 0.3s ease;
      }
    
      .video-card:nth-of-type(1) {
        top: 20px !important;
        left: -10% !important;
        z-index: 1 !important;  
      }
      .video-card:nth-of-type(2) {
        width: 60%;
        height: 240px;
        top: 0px !important;
        left: 20% !important; /* 50% viewport - 25% card = center */
        z-index: 2 !important;
      }
      .video-card:nth-of-type(3) {
        
        top: 20px !important;
        left: 60% !important;
        z-index: 1 !important;
      }


      /* Section: landing-real */
      #landing-real .content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    
      #landing-real .slider-container {
        align-items: center;
      }
}

 