/* Train Mobil /modellbahn/projekte Hero Image 1.0.7 */
.tm-projekte-hero.tm-projekte-hero--image {
    min-height: 430px !important;
    position: relative;
    overflow: hidden;
    background-color: #060708 !important;
    background-image:
        linear-gradient(
            90deg,
            rgba(3,4,5,.97) 0%,
            rgba(3,4,5,.91) 20%,
            rgba(3,4,5,.72) 36%,
            rgba(3,4,5,.42) 52%,
            rgba(3,4,5,.16) 69%,
            rgba(3,4,5,.04) 84%,
            rgba(3,4,5,.01) 100%
        ),
        url('/media/modellbahn-projekte/hero/projekte-hero-1.0.7.jpg') !important;
    background-size: 100% 100%, cover !important;
    background-position: center center, center center !important;
    background-repeat: no-repeat, no-repeat !important;
}

.tm-projekte-hero.tm-projekte-hero--image .tm-projekte-inner {
    min-height: 430px !important;
}

@media (max-width: 900px) {
    .tm-projekte-hero.tm-projekte-hero--image,
    .tm-projekte-hero.tm-projekte-hero--image .tm-projekte-inner {
        min-height: 390px !important;
    }
}
