.card{transition:width .3s ease;width:calc(20% - 20px);overflow:hidden;height:590px}.card:hover{width:calc(70% - 20px)}.card-small{width:calc(15% - 20px)}.card-large{width:650px}.accordion-content{transition:max-height .3s ease,opacity .3s ease;overflow:hidden;opacity:0;max-height:0}.accordion-content-open{opacity:1;max-height:1000px}