File: /home/demo/public_html/leakdetection/assets/scss/elements/_carousel-laptop.scss
.ld-carousel-laptop {
text-align: center;
.ld-carousel-laptop-inner {
position: relative;
display: inline-block;
}
.mockup-content-container {
position: absolute;
top: 7.3%;
left: 10.8%;
bottom: 11.3%;
right: 10.4%;
z-index: 2;
}
.carousel-container,
.carousel-items,
.mockup-content-inner {
width: 100%;
height: 100%;
}
.flickity-viewport {
height: 100% !important;
}
.carousel-items {
margin: 0;
}
.carousel-item {
padding: 0;
}
img {
width: 100%;
}
.flickity-prev-next-button {
&.previous {
left: 6%;
}
&.next {
right: 6%;
}
}
}