lightbox-gallery/styles.css

68 lines
1.0 KiB
CSS
Raw Normal View History

2023-06-19 20:58:52 +03:00
.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;
}
2023-08-28 13:00:18 +03:00
.advdominion-lg__container.swiper {
2023-06-19 20:58:52 +03:00
height: 100%;
}
2023-08-28 13:00:18 +03:00
.advdominion-lg__wrapper.swiper-wrapper {
}
.advdominion-lg__item.swiper-slide {
2023-06-19 20:58:52 +03:00
align-items: center;
display: flex;
justify-content: center;
padding: 50px 55px;
}
2023-08-28 13:00:18 +03:00
.advdominion-lg__item_video.swiper-slide {
2023-06-19 20:58:52 +03:00
}
.advdominion-lg__image {
max-height: 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 {
}