.mycustommainmapwrapper {
    width: 100%;
    margin: 30px 0px 30px 0px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
    float:right;
}
.bellows {
    margin: 0;
    max-width: 100%;
}
@media(max-width: 1056px) {
    .header-menu-sidebar.dark-mode .menu li:first-child {
        display:none;
    }
}