*, html {

    scroll-behavior: smooth !important;
}
body{
    background-image: url('img/background-opt0.png');
    background-attachment: fixed;
    background-position: 10% 60%;
    background-size: cover;
    background-color: transparent;
    width: 100%;
    height: 100%;
/*    min-width: auto;
    min-height: auto;
    max-width: auto;
    max-height: auto; */
/*    overflow: hidden; */
    margin: auto;
    position: relative;
    scroll-behavior: smooth;
    justify-content: center;
}
:root::-webkit-scrollbar{
    display: none;
}
:root {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*Banner Flex Container Center*/

.wrapper-flex-mid{
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: transparent;
    justify-content: center;
}
.flex-mid-container{
    width: fit-content;
    height: fit-content;
    background-color: transparent;
}