.banner_heading  time {
  color: #fff;
  line-height: 1.125em;
  margin-bottom: .75em;
  -webkit-transform: translatez(0);
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: none;
}

.banner.post_banner  .container {
  max-width: 1084px;
}

.banner.post_banner .banner_heading h1 {

  margin:0;
}



.banner  .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 99;
}

.banner {
  min-height: 0;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner  .banner_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: feature-bg-anim .6s ease-in-out;
  animation: feature-bg-anim .6s ease-in-out;
}

.banner .container {
  -webkit-animation: feature-text-anim .75s ease-in-out;
  animation: feature-text-anim .75s ease-in-out;
  z-index: 100;
  position: relative;
  width: 100%;
  max-width: 956px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.banner  .banner_heading h1 {
  margin: 20px auto;
  -webkit-transform: translatez(0);
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #fff;
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  display: block;
}
.banner .button-module-module {
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner  .button-module a {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.75em;
  background-color: #663894;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: #fff;
  border: none;
  -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.banner  .button-module a:hover {
  background-color: rgba(102,56,148,.8); 
}

@media only screen and (max-width: 640px){
  .banner .banner_heading h1 {
    font-size: 30px;
    margin: 10px auto;
  }
  .banner_heading time {
    font-size: 18px;
  }
  
  .banner .button-module-module {
    font-size: 18px;
    margin: 10px auto;
  }

  .banner .button-module a {
    font-size: 13px;
    margin: 5px auto;
  }

}
@media only screen and (max-device-height: 768px){
  .banner {
    padding: 0;
  }
}