.container-photography{width: 1440px;
margin: auto;}

.subcontainer-photography{
    width: 90%;
    margin: auto;}

.grid-photography{display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 10px 0px;
    overflow-x: hidden;}

.img{ width: 100%;
    min-height: 250px;
    background-position: center;
    background-size: cover;}

.img:nth-child(1){background-image: url(images/photo/IMG_0003.JPG);}
.img:nth-child(2){background-image: url(images/photo/IMG_0004.JPG);}
.img:nth-child(3){background-image: url(images/photo/IMG_0046.JPG);}
.img:nth-child(4){background-image: url(images/photo/IMG_0054.JPG);}
.img:nth-child(5){background-image: url(images/photo/IMG_0055.JPG);}
.img:nth-child(6){background-image: url(images/photo/IMG_0059.JPG);}
.img:nth-child(7){background-image: url(images/photo/IMG_0066.JPG);}
.img:nth-child(8){background-image: url(images/photo/IMG_0068.JPG);}
.img:nth-child(9){background-image: url(images/photo/IMG_0070.JPG);}
.img:nth-child(10){background-image: url(images/photo/IMG_0073.JPG);}
.img:nth-child(11){background-image: url(images/photo/IMG_0079.JPG);}
.img:nth-child(12){background-image: url(images/photo/IMG_0085.JPG);}
.img:nth-child(13){background-image: url(images/photo/IMG_0088.JPG);}
.img:nth-child(14){background-image: url(images/photo/IMG_0098.JPG);}
.img:nth-child(15){background-image: url(images/photo/IMG_0107.JPG);}
.img:nth-child(16){background-image: url(images/photo/IMG_0110.JPG);}
.img:nth-child(17){background-image: url(images/photo/IMG_0112.JPG);}
.img:nth-child(18){background-image: url(images/photo/IMG_0114.JPG);}
.img:nth-child(19){background-image: url(images/photo/IMG_0115.JPG);}
.img:nth-child(20){background-image: url(images/photo/IMG_0117.JPG);}
.img:nth-child(21){background-image: url(images/photo/IMG_0171.JPG);}
.img:nth-child(22){background-image: url(images/photo/IMG_0188.JPG);}
.img:nth-child(23){background-image: url(images/photo/IMG_0202.JPG);}
.img:nth-child(24){background-image: url(images/photo/IMG_0210.JPG);}

@media(max-width: 750px) {
.container{width: 100%;}
img{width: 100%;}
.grid-photography{grid-template-columns: 1fr 1fr;}}
    