.dk-gallery{display: grid;gap: 20px;justify-content: center;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));max-width: calc(4 * 260px + 3 * 20px);margin: 0 auto;padding-bottom: 20px;}
.dk-gallery .item img{display:block;height:auto;width:100%;}
