.photo-galery img {
    display: inline-block;
    object-fit: cover;
    object-position: center 20%;
    width: calc(33% - 10px);
    height: auto;
    max-height: calc(33vw / 2);
    cursor: pointer;
}
.archive .max-photo {
    position: fixed;
    z-index: 99999999;
    display: inline-block;
    width: 100vw;
    height: 129vh;
    left: 50%;
    top: 50%;
    object-position: center;
    object-fit: contain!important;
    max-height: unset;
    transform: translate(-50%, -50%) scale(1);
}
.you-tube {
    display: inline-block;
    width: 160px;
    height: 80px;
}
.youtube {
    display: inline-block;
    width: 30%;
    height: calc(33vw / 2);
}
.btns-panel {
    position: fixed;
    width: 300px;
    z-index: 99999999;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
}
.btns-panel .btn {
    font-size: 2em;
    border-radius: 40%;
    padding: 8px 12px;
}
.loader-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: fixed;
    left: 50%;
    bottom: 130px;
    background-color: rgba(0, 0, 0, 0.52);
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: 99999999999;
}
.loader-indicator img {
    display: inline-block;
    width: 100px;
    height: 100px;
}
.loader-indicator span {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding: 0 10px;
    margin: -28px 85px 15px;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .loader-indicator {
        transform: rotate(90deg) translate(-50%, 90%);
        left: 0;
        top: 50%;
        max-height: fit-content;
        flex-direction: row;
    }
    .loader-indicator span {
        margin: 4px 20px 0 -20px;
    }

    h1 {
        margin-top: 1em;
        font-size: 1.7em;
    }
    .youtube {
        display: inline-block;
        box-sizing: border-box;
        width: calc(100vw - 15px);
        height: calc(100vw / 1.6);
        min-height: 210px;
    }
    body h2.h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 25px;
    }
    .archive img {
        width: 100%;
        max-height: 80vw;
        height: 65vw;
        object-fit: cover;
    }
    .archive .max-photo {
        position: fixed;
        z-index: 99999999;
        display: inline-block;
        width: 137vh;
        height: 104vw;
        left: 0;
        max-width: unset;
        object-position: unset !important;
        top: 50%;
        object-fit: contain !important;
        max-height: unset;
        transform: translate(-33%, -50%) scale(1) rotate(90deg);
    }
    .row-btn-left {
        position: fixed !important;
        z-index: 999999999999 !important;
        left: 50% !important;
        top: 0 !important;
        transform: rotate(90deg) translateY(50%) !important;
        width: 60px !important;
        height: 63px !important;
        line-height: 1px;
        display: flex;
        padding-top: 19px;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 255, 223, 0.4);
    }
    .row-btn-right {
        position: fixed !important;
        z-index: 999999999999 !important;
        left: 50% !important;
        top: unset !important;
        bottom: 0!important;
        transform: rotate(90deg) translateY(50%) !important;
        width: 60px !important;
        height: 63px !important;
        line-height: 1px;
        display: flex;
        padding-top: 19px;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 255, 223, 0.4);
    }
}