.content-card{margin-bottom:5vh}.content-card .content-wrapper{box-shadow:5px 5px 16px hsla(0,0%,60%,.633);height:100%;overflow:hidden;position:relative;width:100%}.content-card .picture-wrapper{height:300px;width:100%}.content-card .picture-wrapper .content-picture{height:100%;object-fit:cover;width:100%}.content-card .body{bottom:0;transform:translateY(100%);transition:1s ease-in-out}.content-card .body,.content-card .body .content-title{background:#dbd7cb;border-radius:0;padding:10px;position:absolute}.content-card .body .content-title{left:0;right:0;top:0;transform:translateY(-100%)}.content-card .body h2{font-size:2.5rem}.content-card .body .content-text{opacity:0;transform:translateY(30%);transition:.5s;transition-delay:.25s}.content-card:hover .body{transform:translateY(0);transition-duration:.5s}.content-card:hover .body .content-text{opacity:100%;transform:translateY(0);transition:1s;transition-delay:.25s}.content-card .button-panel{left:10px;margin:2.5vh;padding-left:2.5vh;position:absolute;top:10px}.main-picture-wrapper{box-shadow:5px 5px 16px hsla(0,0%,60%,.633);display:flex;justify-content:center;margin-bottom:10vh;margin-top:10vh;max-width:100vw;overflow:hidden;width:800px}.main-picture-wrapper img{object-fit:cover;width:100%}#content-data{max-width:800px}#content-data img{margin:0 25%;width:50%}h1{margin-bottom:0}h2{margin-bottom:5vh;margin-top:0}#content-data h2{margin-bottom:2.5vh;margin-top:5vh}#category{background-color:#007772;border-radius:150px;padding:5px 15px}