.showText { display: flex; flex-direction: row; margin-right: 5px; margin-left: 5px; position: absolute; right: 0; } .showTextBFLogin { display: flex; flex-direction: row; margin-right: 5px; margin-left: 5px; position: absolute; right: 0; } .showIcon { display: none; } @media screen and (max-width: 768px) { .showText { display: none; } .showIcon { display: flex; flex-direction: row; margin-right: 5px; margin-left: 5px; position: absolute; right: 0; } }