@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .banner_text {
    display: none;
}
.banner_text.banner-mobile {
    display: block;
}
ul#menu {
    display: none;
}

.right-menu-desktop ul {
    display: none;
}

.right-menu-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuSec {
    position: relative;
}
.right-meny {display: block;}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.banner_text {
    display: none;
}
.banner_text.banner-mobile {
    display: block;
}
.banner-top-text {
    font-size: 31px;
    color: #bd0f5b;
    font-family: 'race-font' !important;
}
ul.ul-link-sd {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
    margin: 20px 0px;
}
ul#menu {
    display: none;
}

.right-menu-desktop ul {
    display: none;
}

.right-menu-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuSec {
    position: relative;
}
.right-meny {display: block;}

}

@media only screen and (min-width: 0px) and (max-width: 299px) {}