.cabinet.MCC {
    .slots {
        top: 25.62%;
        left: 3.4%;
        height: 57.45%;
        width: 93.2%;

        .slot {
            top: 0%;
            height: 100%;
            width: 4.24%;
            border-radius: 0.505vw;
            margin-right: 0.8%;
        }
    }

    .slots :last-child {
        margin-right: 0;
    }
}
