.month-title {
  position: relative;
  }

.month-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  width: 900px;
  font-size: 65px;
  text-align: center;
  font-family: sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 1px #FFF, 0 0 0.4em #FF0, 0 0 0.1em #F00;
  }

.month-title img {
  width: 992px;
  height: 95px;
  }