.vertical-page-label {
position: absolute;
top: 150px; /* adjust until it lines up with STILLS */
left: 0; /* hugs left edge */
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 24px; /* same size as STILLS (tweak if needed) */
letter-spacing: 5px; /* matches the spacing */
text-transform: uppercase;
font-family: inherit; /* use site’s font */
font-weight: 700; /* bold if STILLS is bold */
color: #0545f1; /* your blue */
z-index: 9999;
}
FILMS