  .smcal {
    background-color: #8A8152;
    padding: 10px;
}

/* If the screen size is 690px wide or more, hide the element */
@media only screen and (min-width: 800px) {
  .smcal {
    background-color: #8A8152;
    display: none;
}