I have:
showHide: false; Content Button visit
This is another method that will continue to look for window changes.
@media screen and (max-width: 490px) { .logo{ width: 30vh; } } @media screen and (min-width: 491px) { .logo{ display: none; } }