@charset "utf-8";

.lightbox-img { position: relative; display: inline-block; line-height: 0; }

.lightbox-img::before { content: ""; display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0.5; width: 50px; height: 50px;   background-repeat: no-repeat; background-size: cover; }

.swiper { --swiper-theme-color: #beff96; }