// Transparent gallery over header .page-section.gallery-section { padding-top: 0px !important; } @media screen and (min-width: 640px) { .gallery-fullscreen-slideshow { height: 120vh !important; } } @media screen and (max-width: 640px) { .gallery-fullscreen-slideshow { height: 60vh !important; // Change this value to modify gallery height on mobile } } .gallery-fullscreen-slideshow[data-show-captions="true"][data-width="full-bleed"] { margin-bottom: 0; }