.wdt-image-carousel-holder .wdt-image-carousel-nav {
display: flex;
justify-content: end;
position: absolute;
bottom: 1em;
left: 0;
right: 0;
margin: auto;
padding: 0 20px;
z-index: 2;
width: 100%;
max-width: 1700px;
}
.wdt-img-carousel-content {
background: #fff;
padding: 20px;
margin-top: 30px;
}
.wdt-image-carousel-holder ul.wdt-image-carousel-slider li .wdt-img-carousel-content {
width: min(50vw, 500px);
position: absolute;
top: 60%;
left: calc(0% + 130px);
transform: translateY(-50%);
opacity: 0;
display: flex;
flex-direction: column;
}
.wdt-image-carousel-nav {
bottom: 1em;
}