﻿.landing-page {
    left: 0;
    background: url(images/background/2025_10/Landing_page_desktop.jpg) no-repeat top center;
    padding-bottom: 30px;
    background-size: cover;
    min-height: 155%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .landing-page {
        background: url(images/background/2025_10/Landing_page_mobile.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .landing-page {
        background: url(images/background/2025_10/Landing_page_tablet.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .landing-page {
        background: url(images/background/2025_10/Landing_page_tablet.jpg) no-repeat top center;
        background-size: cover;
    }
}