.blg.v1 {
   .iso {
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        height: 100%;
        overflow: hidden;

        img {
            position: relative;
        left: 50%;
        top: 50%;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        transform: translate(-50%, -50%);
        object-fit: cover !important;
        }
   }

   .mn_wd {
    z-index: 2;
   }

   li {
    .icn-bx {
        width: 2.11rem;
        height: 2.9rem;
        
        svg {
            font-size: 2.9rem;
        }
    }

    .bg-bx {
        &::after {
            transform: none;
        }
    }
   }
}
