.all_pgs{
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.all_pgs img{
    object-fit: contain;
    height: 100%;
}

.card_pgs{
    width: 18cm;
    height: 6cm;
    
    font-size: 0.9rem;
    margin-bottom: 0px !important;
}

.card_pgs:nth-child(4n){
    margin-bottom: 4cm !important;
}

.card-body{
    padding-left: 0px;
    padding-right: 0px;
}

.min-button, .description{
    display: none;
}

.minimize{
    cursor: pointer;
}

.ability-table .table{
    word-break: break-word;
}

.desc{
    max-width: 30vw;
}

td{
    padding: 0 !important;
    text-align: center;
}
.rip{
    width: 100%;
    max-width: 35px;
}