.ba-gallery-row-wrapper {display: flex;gap: 10px;justify-content: center;@media screen and (max-width:767.89px) {flex-wrap: wrap }}.gallery-item {width: auto;overflow: hidden;cursor: zoom-in;height: 9.5rem;position: relative;transition: transform 0.3s ease;@media screen and (max-width:479.89px) {height: 6rem;}}.gallery-item::before {content: '';position: absolute;inset: 0;background-color: rgba(0, 0, 0, 0.5);opacity: 0;z-index: 2;transition: opacity 0.3s ease }.gallery-item:hover::before {opacity: 1 }.gallery-item img {width: 100%;height: 100%;object-fit: contain;transition: transform 1s ease }.gallery-item:hover img {transform: scale(1.3) }.lightbox {display: none;position: fixed;z-index: 10000;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.9) }.lightbox-img {display: block;max-width: 100%;max-height: 100%;margin: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;transition: opacity 0.3s ease }.lightbox-nav {position: absolute;width: 100%;top: 50%;display: flex;justify-content: space-between;transform: translateY(-50%) }.prevs, .nexts {cursor: pointer;color: white;font-size: 30px;padding: 10px;user-select: none }.close {position: absolute;top: 20px;right: 30px;color: white;font-size: 40px;cursor: pointer }.article p {font-size: 16px }