.image-gallery .list-item{display:flex;flex-wrap:wrap;margin:0 -5px}.image-gallery .image-popup{align-items:flex-end;background-position:top;background-size:cover;display:flex;height:100%;justify-content:flex-start;overflow:hidden;position:relative}.image-gallery .imginfo{background:#fff;border-radius:5px;bottom:-100%;box-shadow:1px 1px 1px #0000005c;left:5px;padding:10px;position:absolute;right:5px;transition:.2s ease}.image-gallery .imgtitle{color:#000;font-size:16px;margin:0}.image-gallery .imgdesc{color:#000;font-size:14px;margin:0}.image-gallery .item{height:250px;padding:5px;width:25%}.image-gallery .image-popup:hover .imginfo{bottom:5px}@media (max-width:991px){.image-gallery .item{height:250px;width:33.3%}}@media (max-width:767px){.image-gallery .item{height:250px;width:50%}}@media (max-width:479px){.image-gallery .item{height:250px;width:100%}}