.fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.5);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1));
    cursor: pointer;
}