body.mobile,
.main-container[data-v-ee9fdd5f],
.tab-bar[data-v-c79fb087],
.op-footer[data-v-569a516b],
.avatar-nav-bar[data-v-14f73835],
.op-main-photo__picture[data-v-c5c140e5] {
    max-width: 450px !important;
    width: 100% !important;
    min-width: initial !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.avatar-nav-bar[data-v-14f73835] {
    left: 50%;
    transform: translateX(-50%);
}
.photos__container[data-v-9b83f96c],
.videos_container[data-v-6838d066] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px
}
.photos__container[data-v-9b83f96c] > div ,
.videos_container[data-v-6838d066] > div ,
.videos_item[data-v-6838d066] {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    margin: 0;
}
.op-main-photo[data-v-c5c140e5] ,
.op-main-photo__picture[data-v-c5c140e5] {
    height: auto !important;
    aspect-ratio: 390/433;
}
.op-main-photo__item[data-v-c5c140e5] {
    width: 100% !important;
    max-width: min(450px , 100vw) !important;
    height: auto !important;
    min-height: initial;
    aspect-ratio: 390/433;
    background-size: cover;
}
.op-main-photo__picture[data-v-c5c140e5] .splide__pagination {
    max-width: min(450px , 100vw) !important;
    width: calc(100% - 32px) !important;
}

.about_text__toggle {
    border: 0px;
    box-shadow: 0 0 0 0 #fff;
    background: transparent;
    padding: 0;
    display: inline;
    outline: none !important;
    text-decoration: underline;
}
.splide__slide a {
    color: #fff !important;
}
a {
    color: initial;
    text-decoration: none !important;
}
.ui-button__type-primary,
.profile-photo__count {
    color: var(--white) !important;
}

.avatar-nav-bar[data-v-14f73835] {
    z-index: 100;
}

.footer {
    background: #f1f1f1;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer a {
    padding: 5px 10px;
    font-size: 12px;
    color: #666;
}

