Hi @phpexpert21
Thanks for this, I believe it has successfully implemented what I was looking for.
Just a note for anybody that does use this in the future, there is a LBRACE missing in the above code. It should be:
@media only screen and (max-width: 568px) {
div#logo {
display: none;
}
}