/* Community Level Styles */
:root {
    --logo-height: 50px;
}

/* home page */
[data-media-manager="express-1-hp-cover-bg"],
[data-media-manager="express-1-hp-cover-bg"].webp {
    background-image: none !important;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    [data-media-manager="express-1-hp-cover-bg"]:after,
    [data-media-manager="express-1-hp-cover-bg"].web:after {
        background-image: url(https://images.apts247.info/110701/768x1600.webp) !important;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        z-index: -1;
    }
}
@media only screen and (min-width: 1024px) {
    [data-media-manager="express-1-hp-cover-bg"]:after,
    [data-media-manager="express-1-hp-cover-bg"].web:after {
        background-image: url(https://images.apts247.info/110701/1900x1600.webp) !important;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        z-index: -1;
    }
}