@media only screen and (max-device-width: 480px) {
    /* STYLES HERE */
		#cshero-header .cshero-menu-mobile {
    display: none;
}
}
h2.date-heading, h3.day {
    font-size: 28px;
    color: #ffff00;
    text-align: center;
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
}
h2.date-heading {
color: #fff !important;
}