.section-push ul li {
  height: 50vh;
  /*width: 50%;*/
  float: left;
  padding: 0;
  margin: 0;
}
.push {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  overflow: hidden;
}
.push .background-cover-wrap {
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.push:hover .background-cover-wrap {
  transform: scale(1);
}
.push .horizontal-inline-center {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.push p {
  margin: 0;
  text-align: left !important;
  /*max-width: 60%;*/
  margin: 0 auto;
}
@media (max-width: 767px) {
  .push p  {
    text-align: center !important;
    width: 100%;
  }
}
.push .title {
  /*font-weight: 900;*/
  /*font-size: 3rem;*/
  /*line-height: 3rem;*/
}
.push a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
