/* =Gallery Plugin ----------------------------------------------- */ div.plugin-gallery { div.gallery-page { gap: 25px; width: 100%; figure { border-radius: 20px; padding: 0px; background: @ini_border; width: 160px; height: 160px; a { width: 160px; height: 160px; transition: inherit; img { width: 160px; height: 160px; object-fit: contain; transition: inherit; } } } } }