/* Add custom CSS styles below */ 


.s-block--fixed-banner.wide-placeholder {
    width: 100%;
}

.s-block--fixed-banner.wide-placeholder > .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.s-block--fixed-banner.wide-placeholder .banner--fixed {
    width: 100%;
    display: block;
}

.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    width: 100%;
    height: auto;
    display: block;
}


.s-block--bundle-hero-section {
    width: 100%;
    max-width: 100%;
}

.s-block--bundle-hero-section salla-custom-component {
    display: block;
    width: 100%;
}







@media (max-width: 768px) {
    html body section.s-block--bundle-hero-section .hero-picture {
        position: absolute !important;
        inset: 0px !important;
        width: 100% !important;
        height: 45% !important;
        z-index: 1 !important;
        padding-top: 21px !important;
    }
}


@media (max-width: 768px) {
    .hero-picture {
        position: absolute !important;
        inset: 0 !important;
        width: 200% !important;
        height: 99% !important;
        z-index: 1 !important;
    }
}