.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-photo-gallery_list {
  display: -ms-grid;
  display: grid;
  grid-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 420px 1fr;
  grid-template-rows: 420px 1fr;
  margin-bottom: 65px;  
  height: 1770px;
  overflow: hidden;
}

.ag-photo-gallery_figure a img{
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	object-position:top;
}
.ag-photo-gallery_item {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  cursor: pointer;
  position: relative;
	max-height:420px;
}

.ag-photo-gallery_item__wide,
.ag-photo-gallery_item:nth-child(1),
.ag-photo-gallery_item:nth-child(7)
.ag-photo-gallery_item:nth-child(10n+1),
.ag-photo-gallery_item:nth-child(10n+7){
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}
.ag-photo-gallery_item:nth-child(2),
.ag-photo-gallery_item:nth-child(6),
.ag-photo-gallery_item:nth-child(10n+2),
.ag-photo-gallery_item:nth-child(10n+6){
	height:80%;
}
.ag-photo-gallery_figure {
  width: 100%;
  height: 100%;
  margin: 0;
	object-fit:cover;
}

.ag-photo-gallery_img {
  height: 100%;
  width: 100%;
	object-fit:cover;
}

.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure,
.ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure,
.ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure,
.ag-photo-gallery_item:nth-child(10n+8) .ag-photo-gallery_figure{
	height: 120%;
    margin-top: -20%;	
}
.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure,
.ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure{	
	height: 125%;
}
/*.ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure{
	height: 119%;  
}*/

@media (min-width: 1200px) and (max-width: 1400px) {
 
	.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+8) .ag-photo-gallery_figure {
    height: 122%;		
    margin-top: -23%;   
}
	.ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure{
	height: 119%;  		
        margin-top: -19%;
}
	.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure,
.ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure{	
	height: 130%;
	 margin-top: -23%;  
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {	
.ag-photo-gallery_list {
  -ms-grid-rows: 380px 1fr;
  grid-template-rows: 380px 1fr;
}

.ag-photo-gallery_item {
	max-height:380px;
}
	.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+8) .ag-photo-gallery_figure {
    height: 124%;
    margin-top: -25%;
}
		.ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure{
	height: 115%;  		
        margin-top: -19%;
}
	.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure,
.ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure{	
	height: 131%;
  margin-top: -25%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {

.ag-photo-gallery_list {
  -ms-grid-rows: 320px 1fr;
  grid-template-rows: 320px 1fr;
}

.ag-photo-gallery_item {
	max-height:320px;
}
	.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+8) .ag-photo-gallery_figure {
    height: 127%;
    margin-top: -28%;
}
	
.ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure{	
	height: 131%;
  margin-top: -25%;
}
	.ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure{
        height: 114%;
        margin-top: -20%;
    }
	    .ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure {
        height: 140%;
        margin-top: -29%;
    }
}

@media (max-width: 767.95px) {
  .ag-photo-gallery_list {
    display: -ms-grid;
    display: grid;
    grid-gap: 13px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 65px;
	  height:1572px;
	  
  }

.ag-photo-gallery_item:nth-child(2), .ag-photo-gallery_item:nth-child(6), .ag-photo-gallery_item:nth-child(10n+2), .ag-photo-gallery_item:nth-child(10n+6) {
    height: 100%;
}
	.ag-photo-gallery_item:nth-child(5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(8) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+5) .ag-photo-gallery_figure, .ag-photo-gallery_item:nth-child(10n+8) .ag-photo-gallery_figure{
	height: 100%;
    margin-top: 0%;
	}
/*	.ag-photo-gallery_item__wide + .ag-photo-gallery_item{
      grid-column: 1 / 7;
    grid-row: 4 / 3;
    }
	
	*/
	
  .ag-photo-gallery_item_5 {
    grid-column: 4 / 7;
    grid-row: 2 / 2;
  }

  .ag-photo-gallery_item_8 {
    grid-column: 4 / 7;
    grid-row: 4 / 4;
  }
	.ag-photo-gallery_item_15 {
    grid-column: 7 / 4;
    grid-row: 9 / 8;

  }
	 .ag-photo-gallery_item_18 {    
        grid-column: 7 / 4;
        grid-row: 10 / 10;
  }
	.media_gallary {
    margin-top: 20px;
}
}
@media (max-width: 570px) {
.ag-photo-gallery_list {        
        height: 1015px;
    }
}

