.cards-show-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-show-card {
    width: auto;
    height: 100%;
    position: absolute;
    filter: drop-shadow(0 0.6px 0 rgba(0, 0, 0, .35)) drop-shadow(0 2px 4px rgba(0, 0, 0, .18));
}

@media(min-width:400px){
    .deck{
        top:3% !important;
        left: 84% !important;
        width: 14% !important;
        height: 100% !important;
    }
    .trash{
        top:3% !important;
        left: 0% !important;
        width: 14% !important;
        height: 100% !important;
    }
}