#body {
    max-width: 100%!important;
}

.meusb::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/newback.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.meusb2::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/bigmeus.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width:767px) {
    .meusb::before {
        background-image: url('assets/img/toppermobo.webp ')!important;
    }

    .meusb2::before {
        background-image: url('assets/img/toppermobo.webp ')!important;
    }
}

.top1 {
    background-image: url('assets/img/topbackker2.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    min-height: 450px;
    background-color: #002061;
}
