.cmcc-vc-events {
  position: relative;
  width: 50%;
  float:left;
  color:#fff;
  font-size: 1.1em;
  z-index: 3;
}

.cmcc-vc-events:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.cmcc-vc-events > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.cmcc-vc-events > div div {
  width: 80%;
  height: 20%;
}

.day {
  font-size:1.6em;
  line-height: 1.6em;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
}

.dates,
.location,
.excerpt {
  margin-bottom: 10px;
  margin-top: 10px;
}
.excerpt {
  padding-top: 2.5em;
}

.dates {
  margin-top:12px;
  }

.month {
 font-weight: 100;
}
.location {
  font-size: 0.5em;
  font-style: italic;
  line-height: 1.3em;
  font-weight: 100;
  margin-top: 35px;
  margin-bottom: 0;
}

.excerpt {
 font-size: 0.6em;
 line-height: 1.2em;
 font-weight:100;

}
.cmcc-event-title {
  font-weight:300;
  text-align:left;
  line-height:1.1em;
}

.read-more {
  position: absolute;
  bottom: 10px;
  right: 30px;
  text-align:center;
  width: 100%;
}

.read-more a {
  background-color: orange;
}

.cmcc-events-viewall {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) and (min-width: 901px) {
  .cmcc-vc-events {
    font-size: 0.9em;
  }
  .month {
    font-size: 0.8em;
  }
  .cmcc-event-title {
     font-size: 0.6em;
  }
  .day {
    font-size: 1.1em;
  }
}


@media only screen and (max-width: 900px) {
  .cmcc-vc-events {
    font-size: 0.9em;
  }
  .month {
    font-size: 0.8em;
  }
  .cmcc-event-title {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 600px) {
  .cmcc-vc-events {
    font-size: 0.7em;
  }
  .month {
    font-size: 0.6em;
  }
  .cmcc-event-title {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 400px) {
  .cmcc-vc-events {
    font-size: 0.6em;
  }
  .month {
    font-size: 0.9em;
  }
  .cmcc-event-title {
     font-size: 0.4em;
  }
  .day {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 300px) {
  .cmcc-vc-events {
    font-size: 0.4em;
  }
  .month {
    font-size: 0.8em;
  }
  .cmcc-event-title {
     font-size: 0.5em;
  }
  .day {
    font-size: 1.2em;
  }
}
