.photo-gallery-checkup__wrapper.swiper-top-wrapper.is-show-custom-navigation:not(.is-arrow-hidden){
    padding: 0;
}
.photo-gallery-checkup__wrapper .swiper-button-control {
    position: absolute;
    top: -77px;
    --swiper-navigation-size: 16px;
    border: none;
}

.photo-gallery-checkup__wrapper.swiper-top-wrapper .swiper-button-control{
    background:none;
}
.photo-gallery-checkup__wrapper.swiper-top-wrapper .swiper-button-control.swiper-button-prev {
    right: 60px;
}
.photo-gallery-checkup__wrapper.swiper-top-wrapper .swiper-button-control.swiper-button-next {
    right: 0;
}
.photo-gallery-checkup__wrapper.swiper-top-wrapper .swiper-button-control.is-no-active {
    opacity: 1;
}
.photo-gallery-checkup__wrapper .swiper-button-prev{
    left: auto;
    right: 90px;
}
.photo-gallery-checkup{
    margin-bottom: 50px;
}
.photo-gallery-checkup__item__img{
    object-fit: cover;
    aspect-ratio: 320/240;
}
.photo-gallery-checkup__item__img__link{
    display: block;
    position: relative;
}
.photo-gallery-checkup__item__img__link:hover:before,
.photo-gallery-checkup__item__img{
    border-radius: 10px;
}
.photo-gallery-checkup__item__img__link:hover:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background-color: rgba(0,0,0,0.3);
}

.photo-gallery-checkup__item__img__link:not(:hover) .photo-gallery-checkup__item__img__icon-cursor{
    display: none;
}
.photo-gallery-checkup__item__img__icon-cursor{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
}
@media (min-width: 600px) {
    .photo-gallery-checkup__wrapper .swiper-button-control {
        top: -44px;
    }
}
@media (min-width: 992px) {
    .photo-gallery-checkup{
        margin-bottom: 120px;
    }
}
@media (max-width: 600px) {
    .photo-gallery-checkup__wrapper.swiper-top-wrapper .swiper-button-control{
        width: 48px;
        height: 48px;
        margin-top: 10px;
    }
}