.story-close-btn {
    position: absolute;
    top: 4.7dvw;
    right: 4.7dvw;
    z-index: 2;
    box-shadow: none;
}

.story-close-btn .ui-button__icon {
    width: 30px;
    height: 30px;
}

.story-close-btn:hover:not(:disabled, [aria-disabled="true"]) {
    filter: brightness(0.96);
}
