.home .wptb-item--inner {
    transform-style: preserve-3d;
}

.home .wptb-item--inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.home .wptb-item--inner .wptb-item--image {
    border-radius: 0px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.home .wptb-item--inner .wptb-item--image.tattowall{
    aspect-ratio: auto;
}
.home .wptb-item--inner .wptb-item--image img {
    width: 100%;
    height: 365px;
    transition: var(--transition-base);
    object-fit: cover;
    filter: grayscale(100%);
}
.home .wptb-item--inner .wptb-item--image.tattowall img{
    height: 620px;
}
.block-gallery a img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.home .wptb-item--inner .wptb-item--image img.active {
    filter: grayscale(30%)!important;
}

.home .wptb-item--holder {
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: absolute;
    bottom: 5%;
}

.home .wptb-item--meta h4 {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    transition: var(--transition-base);
    text-align: center;
    color: #ffffff;
    text-shadow: -1px 2px 2px #000000;
    font-weight: bold;
}

.wptb-swiper-arrow.swiper-button-next.next-button {
    right: 7%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: black;
}

.wptb-swiper-arrow.swiper-button-prev.pre-button {
    left: 7%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: black;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.detail-item {
    display: none;
}

.detail-item.show {
    display: block;
}

.spacer {
    height: 0;
    transition: height 1s ease-out;
}

.po {
    position: relative;
    margin-bottom: 0;
}
.wallfame.images {
    margin-top: 5px;
    position: absolute;
    top: 620px;
    right: 0;
    background-color: rgb(59, 59, 59);
    display: none;
    z-index: 2;
    padding: 9px 0;
    width: 1128px !important;
    transition: height 1s ease-out;
}
.images {
    margin-top: 5px;
    position: absolute;
    top: 365px;
    right: 0;
    background-color: rgb(59, 59, 59);
    display: none;
    z-index: 2;
    padding: 19px 0px 0px 0;
    width: 1320px;
    transition: height 1s ease-out;
}

.box-image-2 {
    margin-bottom: 10px;
}

.box-image-2:nth-child(3n+1) .images {
    left: 0px;
}
.box-image-2:nth-child(3n+1) .wallfame.images {
    left: 7px;
}
.box-image-2:nth-child(3n+2) .images {
    left: -104%;
}
.box-image-2:nth-child(3n+2) .wallfame.images {
    left: -97.3%;
}
.box-image-2:nth-child(3n+3) .images {
    left: -208.5%;
}
.box-image-2:nth-child(3n+3) .wallfame.images {
    left: -200.5%;
}
.images.show {
    display: inline-flex;
    transform: translateZ(0);
}

.images.hidden {
    display: none;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}
