.card-frame{
    width: 300px !important;
}

.card-frame {
    transition: all 0.2s ease;
    width: 100%;
}

.card-frame:hover,
.card-frame:active {
    transform: scale(1.1) !important;
    color: white !important;
}

.tag {
    margin: 2px;
    margin-left: 0px;
}