.presenters-box.col{flex:0 0 25%;max-width:25%}.presenters-box{margin-bottom:20px}.presenters-box img{aspect-ratio:1;border-radius:16px;margin-bottom:100px;object-fit:cover;object-position:top;width:100%}.presenters-box .text-box{background-color:#fff;border-radius:16px;bottom:0!important;box-shadow:0 2px 4px 0 rgba(0,0,0,.08),0 0 2px 0 rgba(0,0,0,.08);box-sizing:border-box;left:0;margin:auto;overflow:hidden;padding:25px 16px;position:absolute;right:0;width:85%}.presenters-box .profile p{font-size:16px;margin-bottom:5px;text-align:center}.presenters-box .profile p:last-child{color:#991e66;margin:0}.presenters-box .more-details{max-height:0;opacity:0;overflow:hidden;transition:all .3s}.presenters-box .more-details p{font-size:14px;line-height:20px;margin:0}.presenters-box .profile{max-height:300px;transition-delay:.3s;transition-duration:.7s}.presenters-box:hover .profile{max-height:0;opacity:0;transition-delay:0s;transition-duration:0s}.presenters-box:hover .more-details{max-height:320px;opacity:1;overflow-y:auto}.presenters-box:hover .text-box{bottom:20px}.hidden-presenter{display:none}@media (max-width:1200px){.presenters-box.col{flex:0 0 33.333%;max-width:33.333%}.presenters-box:hover .more-details{max-height:300px}}@media (max-width:1000px){.presenters-box.col{flex:0 0 50%;max-width:50%}}@media (max-width:600px){.presenters-box.col{flex:0 0 100%;max-width:100%}}