/* FINAL NUCLEAR FIX — Crown Perfect + No White Strip + No Gap */
@media (max-width: 768px) {
  .video-shows-section, .vfx-item-ptb {
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
  }

  .owl-carousel .owl-item img {
    min-height: 200px !important;
    height: 200px !important;
    object-fit: cover !important;
  }

  /* PURANA .vid-lab-premium KO POORA MARO */
  .vid-lab-premium {
    all: unset !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 44px !important;
    height: 44px !important;
    background: #e50914 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(229,9,20,0.6) !important;
    z-index: 999 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  /* Crown image ko perfect center */
  .vid-lab-premium img {
    width: 26px !important;
    height: 26px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  /* Parent relative — ye nahi hoga to crown bahar jayega */
  .single-video, .video-img {
    position: relative !important;
  }
}