@media only screen and (min-width:980px){
    

.t280__burger {
    left: 20px!important;
}
.t-menuburger {
    left: 20px!important;
}
.t280__menu__content {display:none!important}
.t280__menu__content {display:none!important}
}


@media only screen and (max-width:980px){
.t280__burger {
    position: absolute!important;
    top: 50%!important;
    left: 20px!important;
    }
.t-menuburger {
    position: absolute!important;
    top: 50%!important;
    left: 20px!important;
    }
}

@media only screen and (min-width:960px){
    .t280__menu__content {display:none!important}
}

@media only screen and (max-width:479px){
.t280__burger {
  left:90%!important;
    top: 50%!important;

    }
    
.t-menuburger {
  left:90%!important;
    top: 38%!important;
    }
}