.module.module-slideshow {
    position: relative;
    display: block;
    margin-top: 10px;
}
.paddingslideshow {
    padding-left: 0px;
}
.img-slideshow {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
}
.has-background-image-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.has-background-image-slide img {
    opacity: 0;
}
.has-background-image-slide .caption {
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-height: 100%;
    max-width: calc(100% - 130px);
    width: 670px;
}
.has-background-image-slide .caption .title {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    line-height: 1;
    margin-bottom: 15px;
}
.has-background-image-slide .caption .title b {
    font-weight: bold;
}
.has-background-image-slide .caption .description {
    padding-right: 85px;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    margin-bottom: 30px;
}
.has-background-image-slide .caption .slide-button {
    text-decoration: underline;
}