.home_holder{position:relative;max-width:800px;height:auto;margin:0 auto; background-color:black;}
.home_header{color:white;background-color:black;font-size:10px;line-height:12px;text-transform:uppercase;text-align:center;}

.deck_workbench{position:relative;margin-top:10vh;left:0; width:auto;height:auto; background-color:rgba(255,0,0,0.1);}
.deck_leader_slot{position:absolute;top:0;left:0; height:198px;width:113px;background-color:rgba(255,0,0,0.1); display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.deck_slots{position:relative;top:0;left:120px;padding:0 0 30px 0; width:680px;height:auto;min-height:198px;overflow-y:visible; background-color:rgba(255,0,0,0.1); display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.tools{position:absolute;top:14px;left:0;color:white;background-color:rgba(0,255,0,0.1);}
.collection_display{position:relative;top:0;padding:20px 50px 10px 50px; width:700px;min-height:100px;overflow-y:visible; background-color:rgba(0,0,255,0.1); display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.newCard_display{position:absolute; top:0;left:0; width:100vw;height:100vh;background-color:rgba(255,255,0,0.1); display:none;align-items:center;justify-content:center;}
    .newCard_card{width:60mm;height:90mm; background-color:white; border:1.5mm solid black;margin:1mm;border-radius:5mm; transition:0.3s all ease-out;}
    .newCard_card:hover{transform:scale(120%);z-index:1;}
/* .collection_display .card:nth-child(odd), .collection_display .card:nth-child(even){margin-right:-30px;} */
.condensed{margin-right:-30px;}
.uncondensed{margin:3px 1px;}

/* .card{margin:3px 1px;} */

/* max-height:270px;
max-height:390px; */
