
@media(min-width: 1025px){
    .hidden-desktop{
        display: none !important;
    }
}