Files
dominik/public/store/view/theme/dominik/assets/css/slideshow.css
T
2026-05-30 09:27:58 +03:00

49 lines
966 B
CSS

.slideshow{
--swiper-pagination-color: var(--color-secondary);
--swiper-theme-color: var(--color-secondary);
}
.slideshow .banner-content {
position: relative;
z-index: 0;
}
.slideshow .banner-text {
position: absolute;
z-index: 1;
top: 0;
left: 0;
max-width: 50%;
padding: 120px 0 0 130px;
color: white;
}
.slideshow .banner-text .subheading {
max-width: 312px;
}
.slideshow .banner-text .subheading p:last-child {
margin-bottom: 0;
}
@media (max-width: 1199px){
.slideshow .banner-text {
padding: 50px 0 0 60px;
}
}
@media (max-width: 767px){
.slideshow .banner-text {
position: relative;
background-color: var(--color-gray);
padding: 60px 15px;
width: 100%;
max-width: 100%;
text-align: center;
color: black;
}
.slideshow .banner-text .subheading {
margin: 0 auto;
}
.slideshow .banner-text .btn{
background-color: black;
color: white;
}
}