.page-essay.page-artists .artist-list { justify-content: flex-start; } .page-essay .page-content { flex-direction: column; justify-content: flex-start; padding-bottom: 10vh; } .page-essay .page-title { cursor: pointer; } .page-essay .page-subtitle { margin: 0rem 0 2vw 0; } .page-essay p { margin: 0 0 2vw 0; font-size: 1.7vw; line-height: 1.4; } .page-essay a:hover { text-decoration: underline; } .page-essay.page-artists .artist-location { padding: 1vh 0; margin: 0; background: #111; pointer-events: auto; cursor: pointer; } .page-essay.page-artists .artist-detail.visible { overflow-y: auto; } .page-essay.page-artists .artist-detail.visible::-webkit-scrollbar { display: none; } .globe { width: 100%; margin-bottom: 2vw; } .globe svg { width: 100%; } .globe path { stroke: rgb(255, 121, 13); stroke-miterlimit: 10; stroke-linecap: round; stroke-linejoin: round; fill: transparent } .globe .globe-image { position: relative; } .globe .globe-image .number { position: absolute; font-family: 'Druk Wide', sans-serif; text-transform: uppercase; font-size: 2vw; cursor: pointer; }