.btnstacker {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
}

.webcatalog a.custom-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #ffffff;
    transition: all 0.3s ease;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.webcatalog a.custom-btns:hover {
    background-color: #ffffff;
    color: #28a745;
    transform: translateY(-2px);
    text-decoration: none;
}

.yoko-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-list .yoko-thumb img {
    margin-top: 0;
}