.shoot-home-swiper {
    text-align: center;
}

.swiper-container-shoot .swiper-button-next-shoot {
    top: 43%;
    right: 4%;
    background: url(/content/dam/honor/magic-moments-awards-2022/en/common/icon/next-periphery.png) center center no-repeat;
    background-size: 6vh 6vh;
    width: 6vh;
    height: 6vh;
}

.swiper-container-shoot .swiper-button-prev-shoot {
    top: 43%;
    left: 4%;
    background: url(/content/dam/honor/magic-moments-awards-2022/en/common/icon/prev-periphery.png) center center no-repeat;
    background-size: 6vh 6vh;
    width: 6vh;
    height: 6vh;
}

.shoot-home-swiper .swiper-button-next:after,
.shoot-home-swiper .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.shoot-home-swiper .swiper-button-prev:after,
.shoot-home-swiper .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.shoot-home-swiper .shoot-author {
    text-align: center;
    display: none;
    margin-top: 2vw
}

.shoot-home-swiper .shoot-author p {
    font-size: 1.67vw;
    opacity: 0.7;
}

.shoot-home-swiper .shoot-author p:first-of-type {
    font-family: 'Avenir Next Medium';
    font-size: 2.08vw;
    opacity: 1;
}

.shoot-home-swiper .swiper-slide-active .shoot-content .shoot-author {
    display: block;
}

.shoot-home-swiper .swiper-slide.swiper-slide-prev,
.shoot-home-swiper .swiper-slide.swiper-slide-next {
    z-index: 1;
    opacity: .2;
}


/* .shoot-home-swiper .swiper-slide-prev {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.shoot-home-swiper .swiper-slide-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
} */

.shoot-home-swiper .swiper-slide {
    opacity: 1;
    z-index: 3;
}


/* .swiper-slide-prev .shoot-content,
.swiper-slide-next .shoot-content {
    background: #000;
}

.swiper-slide-prev .shoot-content img,
.swiper-slide-next .shoot-content img {
    opacity: .7;
} */

@media (max-width: 768px),
(max-aspect-ratio: 1 / 1) {
    .shoot-home-swiper p.talent-title {
        font-size: 6.533vw;
        line-height: 1.35;
        margin-bottom: 0.867vw;
        text-align: center;
    }
    .swiper-container-shoot .swiper-button-next-shoot {
        top: 37%;
        right: 5%;
        background: url(/content/dam/honor/magic-moments-awards-2022/en/common/icon/next-periphery.png) center center no-repeat;
        background-size: 4vh 4vh;
        width: 4vh;
        height: 4vh;
    }
    .swiper-container-shoot .swiper-button-prev-shoot {
        top: 37%;
        left: 5%;
        background: url(/content/dam/honor/magic-moments-awards-2022/en/common/icon/prev-periphery.png) center center no-repeat;
        background-size: 4vh 4vh;
        width: 4vh;
        height: 4vh;
    }
    .shoot-home-swiper .shoot-author {
        margin-top: 5vw;
    }
    .shoot-content p {
        font-size: 4.27vw!important
    }
    .swiper-container-shoot .swiper-slide-shoot {
        width: 90%;
    }
}