#fw-section-header {

/* Jos haluat tarkentaa paddingia eri puolille */
.wrapper .header__sections {
    padding-top: 15px;    /* 20px ylhäältä */
    padding-bottom: 0px; /* 20px alhaalta */
    padding-left: 0px;   /* 10px vasemmalta */
    padding-right: 0px;  /* 10px oikealta */
}
}
#fw-section-hero-video-0 {

/* Custom CSS to hide the "Browse new merch" button */
.hero__cta.hero__cta--primary {
    display: none !important;
}
}