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