Перенесён lightbox-gallery

This commit is contained in:
2026-08-14 09:34:11 +04:00
parent fad67c3603
commit bc22ebdc22
4 changed files with 617 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
.advdominion-lg {
background-color: white;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.advdominion-lg__close {
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.advdominion-lg__close-icon {
fill: currentcolor;
height: 25px;
width: 25px;
}
.advdominion-lg__container.swiper {
height: 100%;
}
.advdominion-lg__wrapper.swiper-wrapper {
}
.advdominion-lg__item.swiper-slide {
align-items: center;
display: flex;
flex-direction: column;
gap: 25px;
justify-content: center;
}
.advdominion-lg__item_video.swiper-slide {
}
.advdominion-lg__image {
max-height: 100%;
max-width: 100%;
}
.advdominion-lg__video-wrapper {
height: 100%;
position: relative;
width: 100%;
}
.advdominion-lg__video {
border: none;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
div.advdominion-lg__video {
align-items: center;
display: flex;
justify-content: center;
}
.advdominion-lg__video_youtube {
}
.advdominion-lg__video_vk {
}
.advdominion-lg__caption {
}