img.lazy {
    opacity: 0;
    -webkit-transition: .8s ease-in-out opacity;
    transition: .8s ease-in-out opacity;
    filter: blur(35px);
    overflow: hidden;
    box-sizing: border-box;
}

img.loaded {
    filter: blur(0);
    opacity: 1;
    transition: .5s filter linear, .5s -webkit-filter linear;
}

#pjax-container {
    width: 100% !important;
}

.photo_content {
    background: #fbfbfb;
    /*padding: 0.8rem;*/
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    font-family: 'Noto Serif SC', serif;
    height: 100%;
    overflow: auto;
    box-sizing: box-sizing;
    transition: all 0.2s;
}

.photo_content:hover {
    background: #514e4e;
    cursor: pointer;
}

.photo_content:hover img {
    box-shadow: none;
    opacity: 0.7;
}

.photo_content:hover video {
    box-shadow: none;
}


.photo_content:hover .photo_text, .by_name, .by_name, .by_name b {
    color: #d2d2d2 !important;
}

.photo_text, .by_name, .by_name, .by_name b {
    color: #8b8b8b !important;
}

.photo_content video {
    border-radius: 0.5rem;
    box-shadow: 0 3px 12px #bcbec19e;
}

.photo_content .photo_info {
    padding: 0.2rem 1rem 0.8rem;
    margin-top: 0.8rem;
}

.photo_content .photo_info .photo_le {
    display: flex;
    align-items: center;
}

.photo_content .photo_info .photo_rg {
    text-align: right;
    color: #a7a0a0;
    margin-top: 0.3rem;
    border-top: 1px dashed #a8a8a8a3;
    padding: 0.5rem 0.5rem 0;
}

.photo_content .photo_info .photo_text {
    margin-top: 0.3rem;
    color: #949494;
    text-indent: 2em;
    line-height: 1.5rem;
    letter-spacing: 2px;
}

.photo_content .photo_info .photo_le .by_img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 5rem;
}

.photo_content .photo_info .photo_le .by_name {
    margin-left: 0.5rem;
    color: #9e9e9e;
    font-weight: 400;
}

.photo_content .photo_info .photo_le .by_name b {
    font-weight: 700;
    color: #393839;
}

.photo_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    position: relative;
}

.photo_bg .photo_title {
    position: relative;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 42%);
    display: inline-block;
}

.photo_bg .photo_title::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 2px;
    background: #fff;
    bottom: -13px;
    border-radius: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.photo_bg::after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #fff, transparent);
}

.mar_top2 {
    margin-top: 2rem;
}

body {
    background: #fff url(../../Style/img/rud.svg);
}

#homePage {
    display: none;
}


.row.central.nav_k,
.Width_limit_10re.lg_20rem {
    display: none;
}

.gallery {
    column-count: 4;
    column-gap: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 3px 12px #bcbec19e;
    transform: all 0.1s;
}