.bcvp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0px 5px;
    justify-content: center;
    max-width: 100%;
    margin-top: 20px;
}

.btn-lev-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 135px;
    padding: 2px 5px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.btn-lev-img img {
    display: block;
    width: 100%;
    height: 70px !important;
	max-width: 150px !important;
    object-fit: contain;
    margin: 0;
	margin-bottom: 2px;
}

.btn-lev-img .level-text, .btn-l .level-number {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.btn-lev-img .level-text {
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 2px;
}

.btn-lev-img:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    /*  vertical-align: -0.1em !important; */
    vertical-align: -2px !important;
    background: none !important;
    padding: 0 !important;
}

.ad-block {
    grid-column: 1 / -1;
}