.sam-customize-slider {
    background-size: contain !important; 
    background-repeat: repeat-x !important;
}

.sam-layer-jumbotron {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.sam-customize-services {
    margin-bottom: -50px;
}

.sam-customize-greetings {
    text-align: justify;
}

.sam-customize-procedurebanner {
    background-image: url('/assets/img/procedures/banner.jpeg');
    background-size: contain; 
    background-repeat: repeat-x;
}

@media (max-width: 767px) {
    .sam-customize-services {
        margin-bottom: 25px;
    }

    .sam-customize-slider {
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .sam-customize-procedurebanner {
        background-size: cover;
        background-repeat: no-repeat;
    }
}
