
.main-background-wrapper .main-desc-section,
.main-background-wrapper .main-video-section,
.main-background-wrapper .main-social-section {
    background-color: unset;
}

.model-home {
    background-size: contain;
    background-position-y: bottom;
}
#drawer_menu .side-menu-header-left {
    z-index: 2;
}

.side-menu-header {
    position: relative;
    z-index: 2;
}

.side-menu-left-flag {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
}

.side-menu-left-star {
    width: 90px;
    height: 90px;
    left: 5px;
    top: 40px;
    z-index: -1;
}

.side-menu-right-flag {
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
}

.side-menu-right-star {
    width: 100px;
    height: 100px;
    right: -25px;
    top: 39px;
    background-position-x: right;
    z-index: -1;
}

.side-menu-left-flag,
.side-menu-left-star,
.side-menu-right-flag,
.side-menu-right-star {
    position: absolute;
    background-size: contain;
}

.side-menu-flag-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}