.miko-item{
    display: block;
    position: relative;
    overflow: hidden;
}
.miko-item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.miko-item h3{
    position: absolute;    
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 12px;
    margin: 0;
    z-index: 1;
}
.group-swiper-btn .swiper-button.swiper-button-lock{
    display: none;
}
.group-swiper-btn .swiper-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;    
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}
.group-swiper-btn .swiper-button:hover{
    background-color: transparent;
}
.miko-gallery{
    display: block;
    width: 100%;
    height: 100%;
}
.miko-gallery .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 640px) {
    .miko-tab-categorys{
        margin-top: 2rem;
    }
}