* {
    user-select: none;
}
.wm {
    position: fixed;
    z-index: 114514;
    font-family: monospace;
}
.wm-1 {
    left: 20%;
    top: 128px;
    color: white;
    opacity: 0.08;
}
.wm-2 {
    right: 25%;
    bottom: 33%;
    color: black;
    opacity: 0.05;
}
.fab-refresh span {
    line-height: 48px;
    font-size: 12px;
}
.mdui-appbar {
    z-index: 100; 
}
#favourite-container {
    display: none; 
}
#dislike-container {
    display: none; 
}
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    text-align: center;
    padding-top: 45vh;
    color: white;
}
#mask-reload {
    display: none;
}
.img {
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: contain;
    text-align: center;
}
.video {
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: contain;
    text-align: center;
}
.img-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}