.ss-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;   /* IMPORTANT */
}

.ss-slider {
    position: relative;
    width: 100%;
}
/* Desktop Only Adjustment */
@media (min-width: 981px) {
    .ss-slider {
        width: 100%!important;
        margin: 0 auto; /* Centers the 85% block */
    }
	.ss-slide {
    width: 100%;
    text-align: center!important;
    display: flex!important;
    align-items: center!important;
}
	.ss-caption {
    font-family: 'Neuton';
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #424F61!important;
}
}
@media screen and (max-width: 980px){
	.ss-caption {
    font-family: 'Neuton';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #424F61!important;
	text-align: center!important;
}
	.ss-slide img{
		width: 400px!important;
		height: auto!important;
	}
	.ss-slide {
    width: 100%;
    text-align: center!important;
    display: flex!important;
		flex-direction: column!important;
    align-items: center!important;
		justify-content: center!important
}
}
@media screen and (min-width: 345px) and (max-width: 980px){
	img.slide-img-2 {
    padding-top: 20px!important;
    width: 250px !important;
}
}
@media screen and (max-width: 344px){
	img.slide-img-2 {
    padding-top: 10px!important;
    width: 220px !important;
}
}
.ss-slide {
    width: 100%;
}

.ss-slide img {
    height: 500px;
    display: block;
    border-radius: 8px; /* Optional: looks nice on desktop */
}

/* Pagination stays on top */
.ss-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}
