/*
* Headlines
* 20px, 28px, 54px, 72px
*/
.zp-grid {
  padding-left: 30px;
  padding-right: 30px; }
  .zp-grid .zp-grid_container {
    padding: 0 !important;
    margin: 0 auto; }
    .zp-grid .zp-grid_container .zp-grid_grid {
      margin: 0 auto; }
      .zp-grid .zp-grid_container .zp-grid_grid .zp-grid-element {
        height: 250px; }
        @media only screen and (max-width: 499px) {
          .zp-grid .zp-grid_container .zp-grid_grid .zp-grid-element {
            height: auto;
            padding: 29px 0; } }
        .zp-grid .zp-grid_container .zp-grid_grid .zp-grid-element .zp-grid-element_image {
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media only screen and (max-width: 499px) {
            .zp-grid .zp-grid_container .zp-grid_grid .zp-grid-element .zp-grid-element_image {
              height: 100px !important;
              -webkit-transform: translateY(0);
                      transform: translateY(0); } }

html.zp-ready .zp-grid .zp-grid_grid .zp-grid-element.visible {
  opacity: 1 !important; }
