#fw-section-hero-video-6ba3d3a9-c435-4bee-b664-f496f8d5a5fd {

/* ================================================== */
/* PLINKY'S PLANET: FINAL CLEAN CODE (REPLACE ALL)    */
/* ================================================== */

/* 1. MASTER ANCHOR (Applies to ALL screens) */
section[class*="video"], 
div[class*="video-banner__content"], 
div[class*="banner"] {
    position: relative !important;
    min-height: 100% !important;
}

/* Break the default center alignment */
section[class*="video"] div, 
div[class*="video-banner__content"] {
    position: static !important; 
    justify-content: unset !important;
}

/* ================= MOBILE (PHONES) ================= */
@media only screen and (max-width: 768px) {

  /* A. TITLE: Top + Font Size */
  h1, h2, [class*="heading"] {
    position: absolute !important;
    top: 5% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    text-align: center !important;
    z-index: 99 !important;
    line-height: 1.1 !important;
    
    /* CONTROL MOBILE TITLE SIZE HERE */
    font-size: 30px !important; 
  }

  /* B. BUTTON: Bottom + Font Size */
  a[href*="/collections/all"] {
    position: absolute !important;
    bottom: 30px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    margin: 0 !important;
    z-index: 100 !important;

    /* CONTROL MOBILE BUTTON SIZE HERE */
    font-size: 24px !important; /* Fixed the typo (was 24x) */
  }
}

/* ================= DESKTOP (COMPUTERS) ================= */
@media only screen and (min-width: 769px) {

  /* A. TITLE: Top + Font Size */
  h1, h2, [class*="heading"] {
    position: absolute !important;
    
    top: 5% !important; /* Title is UP in the sky */
    bottom: auto !important;
    
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 99 !important;
    
    /* CONTROL DESKTOP TITLE SIZE HERE */
    font-size: 64px !important; 
  }

  /* B. BUTTON: Bottom + Font Size */
  a[href*="/collections/all"] {
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    min-width: 250px !important;
    z-index: 100 !important;
    padding: 15px 40px !important;

    /* CONTROL DESKTOP BUTTON SIZE HERE */
    font-size: 24px !important;
  }
}
}