.wdbp-slider {
position: relative;
overflow: hidden;
margin: 0 auto 20px;
width: 100%;
}
.wdbp-width-contained {
max-width: 1200px;
}
.wdbp-width-full {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.wdbp-slides {
display: flex;
transition: transform 0.4s ease;
will-change: transform;
}
.wdbp-slide {
flex: 0 0 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.wdbp-slide img {
width: 100%;
height: auto;
object-fit: contain;
} .wdbp-width-full .wdbp-slide img {
width: 100vw;
height: auto;
object-fit: contain;
display: block;
}