@media (max-width: 767px) { .OnlyforMobile { display: block; } } @media (min-width: 768px) { .OnlyforMobile { display: none; } }