#section-features {
    background-image: url("../img/weebsie-section2-background.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

#section-users-reviews {
    background: #17375e;
    background-image: url("../img/weebsie-section3b-background2.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

#section-patiimaks {
    background-image: url("../img/weebsie-section5-background.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-height: 650px) and (orientation: landscape) {
    #section2-screen {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    #section4-concept {
        display: none !important;
    }
    #section5-meeting {
        display: none !important;
    }
}