.module.module-slideshow {position: relative; display: block; margin-top: 10px;}
.paddingslideshow{padding-left: 6px;}
.img-slideshow{width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius)}

.module.module-slideshow .carousel-inner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.module.module-slideshow .carousel-inner .caption {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.module.module-slideshow .carousel-inner .caption .title {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.module.module-slideshow .carousel-inner .caption .description {
    position: relative;
    display: block;
    font-size: 20px;
    color: #888888;
    margin-bottom: 20px;
}
.module.module-slideshow .carousel-inner .caption .btn {
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.module.module-slideshow .carousel-inner .caption {
    position: absolute;
    max-width: 500px;
    left: 40px !important;
    transform: none !important;
    text-align: left !important;
}
.module.module-slideshow .carousel-inner .caption .title {
    font-weight: bold;
    font-size: 41px !important;
    color: var(--color-yellow);
    text-transform: uppercase;
    text-shadow: var(--var-shadow-text);
}
.module.module-slideshow .carousel-inner .caption .description {
    font-weight: bold;
    font-size: 20.5px !important;
    color: var(--color-white) !important;
    text-transform: uppercase !important;
    text-shadow: var(--var-shadow-text);
}

.caption .slide-button {
    display: inline-block;
    position: relative;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    background-color: var(--color-background);
    padding: 5px 40px 5px 30px;
    border-radius: 25px;
}
.caption .slide-button:hover {
    color: var(--text-white);
    background-color: var(--color-background2);
}
.caption .slide-button:after {
    content: '\f054';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: 2px solid;
    width: 25px;
    height: 25px;
    line-height: 1.1;
    font-size: 20px;
    border-radius: 100%;
    color: var(--blue-light);
    border-color: var(--blue-light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.caption .slide-button:hover:after {
    color: var(--blue-dark);
    border-color: var(--blue-dark);
}
#slideshowhomedesk .control-prev {
    position: absolute;
    bottom: 5%;
    right: 6%;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background: none;
    text-align: center;
    border: 0;
}
#slideshowhomedesk .control-next {
    position: absolute;
    bottom: 5%;
    right: 2%;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background: none;
    text-align: center;
    border: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: solid 3px var(--color-white);
    border-radius: 50%;
    padding: 15px;
}