﻿.site-bg {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.site-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(2px) brightness(0.9);
    z-index: -1;
}


@media (max-width: 768px) {
    .container,
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
