.cards-party .card {
margin: 0 .5em;
text-align: center;
}

.cards-party .card-img-top {
/* padding: 1em; */
margin: 0 auto;
width: auto;
height: auto;
max-width: 80%;
}

a .card-body .card-text {
color: #222;
}

.cards-party .overlay {
position: absolute;
top: 0;
background-color: rgba(1, 158, 227, 0.94);
padding: 1em;
width: 100%;
color: white;
font-size: small;
min-height: 100%;
display: none;
text-align: left;
}

.cards-party .card:hover .overlay {
display: flex;
flex-direction: column;
}

.card-img-wrapper {
min-height: 150px;
display: flex;
align-items: center;
}

.all-them {
position: absolute;
bottom: -50px;
right: 8px;
}


/*** Height slider 100% ***/
.cards-party .slick-track
{
    display: flex !important;
}

.cards-party .slick-slide
{
    height: inherit !important;
}