#fg_cont{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:25px}#fg_results{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:13px;padding:16px 24px 24px;width:100%;box-sizing:border-box}#fg_results .fg_card_cont{position:relative;height:0;padding-bottom:100%;overflow:hidden;border-radius:6px}#fg_results .img_cont{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;border-radius:6px}#fg_results .img_cont img,#fg_results .img_cont video{display:block;width:100%;height:100%;object-fit:cover}#fg_results .fg_card_cont>a{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}#fg_results .gi_recreate_btn{z-index:3;max-width:100%;box-sizing:border-box}#fg_results .fg_card_cont:hover .gi_recreate_btn,#fg_results .fg_card_cont:focus-within .gi_recreate_btn{opacity:1}.fg_card_cont:focus-within .img_text,.fg_card_cont:hover .img_text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;position:relative;font-style:normal;font-weight:500;font-size:16px;line-height:32px;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;padding:0 17px}.fg_card_cont:focus-within .img_text_cont,.fg_card_cont:hover .img_text_cont{transition:background .4s ease 0s;background:rgba(0,0,0,.65)}