.evnets-gallery-gp.grid-wrapper .page-center {
  max-width: 1200px;
}

.evnets-gallery-gp .items-wp {
  padding-left: 10px;
  padding-right: 10px;
}

.evnets-gallery-gp .items-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;0
  width: 100%;
  height: 100%;
  padding-top:50%;
  position: relative;
  margin-bottom:20px;
}
.evnets-gallery-gp .items-wp {
  float: left;
}
.evnets-gallery-gp .items-wp.two_column_items{
  width:50%;
}
.evnets-gallery-gp .items-wp.four_column_items{
  width:25%;
}



@media (min-width: 61.25em){
  .evnets-gallery-gp .items-wp.four_column_items .items-bg {
    padding-top:48.93%;
  }
  .evnets-gallery-gp .items-wp.two_column_items .items-bg {
    padding-top:50.6%;
  }
}
@media (min-width: 768px){
  .evnets-gallery-gp .items-wp:nth-child(n + 6) .items-bg.grid-item {
    margin-bottom: 12px;
  }
}

@media (max-width: 980px){
  .evnets-gallery-gp .items-wp.four_column_items,
  .evnets-gallery-gp .items-wp.two_column_items{
    width:33.33%;
  }
}

@media (max-width: 767px){
  .evnets-gallery-gp .items-wp.four_column_items,
  .evnets-gallery-gp .items-wp.two_column_items{
    width:50%;
  }
}