.gallery-image figure { position: relative; z-index: 1; text-align: center; margin-bottom: 10px; }
.gallery-image figure:last-child { margin-bottom: 0; }
.gallery-heading { display: table; width: 100%; padding: 20px 0; }
.gallery-heading .author, .gallery-heading span { display: table-cell; vertical-align: middle; margin: 0; }
.gallery-heading .author .avatar { float: left; width: 50px; height: 50px; overflow: hidden; }
.gallery-heading .author .realname { float: left; padding-left: 8px; line-height: 50px }
.gallery-heading p { margin: 0 0 5px; }
.like-btn-box { text-align: center; }
.like-btn .icon { display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 24px; color: #eee; border: 1px solid #eee; border-radius: 50%; }
a.like-btn .icon { color: #e74e30; border: 1px solid #e74e30; }
.like-account-box { display: table; width: 100%; margin-top: 20px; padding: 10px 0; border-top: 1px solid #eee; position: relative; }
.like-account-box:after, .like-account-box:before { content: ''; width: 0; height: 0; margin-left: -9px; position: absolute; left: 50%; border: solid transparent; }
.like-account-box:after { border-width: 9px; border-bottom-color: #fff; top: -17px; }
.like-account-box:before { border-width: 9px; border-bottom-color: #eee; top: -19px; }
.like-account-box .like-count { display: table-cell; vertical-align: middle; width: 50px; text-align: right; }
.like-account-box .like-avatar { display: table-cell; vertical-align: middle; min-width: 200px;}
.like-account-box .like-avatar .avatar { display: inline-block; width: 50px; height: 50px; }
#gallerys .card { position: relative; border: none; -webkit-box-shadow: none; box-shadow: none }
.gallery-img a{ display: block; width: 100%; height: 0; overflow: hidden; padding-bottom: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.gallery-content h4 { padding-top: 20px; }