.gallery-arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:42px;height:42px;padding:0;transform:translateY(-50%);border:1px solid #ffffff70;border-radius:50%;background:#0009;color:#fff;font:400 30px/1 Arial,sans-serif;cursor:pointer;opacity:.9}
.gallery-arrow:hover{background:#000}
.gallery-arrow.prev{left:14px}
.gallery-arrow.next{right:14px}
.gallery-count{position:absolute;right:14px;bottom:14px;padding:6px 9px;border-radius:999px;background:#000a;color:#fff;font-size:12px;font-weight:700}
@media(max-width:650px){.gallery-arrow{width:40px;height:40px}}
