.homepage-slider-block {
    margin-bottom: 0;
}
 
.homepage-slider-block.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw;
    max-width: 100vw;
}
 
.entry-content_jm_reduced .homepage-slider-block .carousel-cell img,
.entry-content_jm .homepage-slider-block .carousel-cell img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
 
.homepage-slider-placeholder {
    padding: 40px;
    border: 1px dashed #c3c4c7;
    text-align: center;
}
 
.slider-item {
    position: relative;
}
 
.slide-inner {
    position: relative;
}
 
.slide-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
    pointer-events: none;
}
 
.hero-inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}
 
.hero-content-main,
.hero-content-main h2,
.hero-content-main .pre-heading,
.hero-content-main a {
    position: relative;
    z-index: 3;
    color: #fff;
}
