.visually-hidden {
    display: none;
}
.visually-show {
    display: block;
}
.opacity-hidden {
    opacity: 0;
}
.opacity-full {
    opacity: 1;
}