.special-assignment {
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
}

.hidden {
    display: none;
}