.dialog-player, .dialog-img {
    background-color: #000;
    border: 2px solid #c8c8c8;
    height: 450px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed !important;
    position: absolute;
    top: 50%;
    width: 800px;
    z-index: 3666;
    display: none;
}

.dialog-img-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.dialog-img-shade, .dialog-transparent-shade {
    display: none;
    z-index: 3665;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.dialog-transparent-shade {
    background-color: transparent;
}

.hide {
    display: none;
}

.dialog-player a.dialog-close, .dialog-img a.dialog-close-img {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #c8c8c8;
    text-decoration: none;
    margin-right: -52px;
    background-color: rgba(32, 32, 32, 0.5);
}

a {
    text-decoration: none;
}

a:-webkit-any-link {
    /* color: -webkit-link; */
    cursor: pointer;
    /* text-decoration: underline; */
}

div {
    display: block;
}