.photos{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;margin-top:16px}.photos div:first-child{box-shadow:0 0 24px rgba(51,41,34,.2);background-color:rgba(114,108,103,.3);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;background-image:url(assets/home/brown.png);height:120px}.photos div:first-child:nth-child(4n+2){background-color:rgba(245,207,72,.3)}.photos div:first-child:nth-child(4n+3){background-color:rgba(224,110,74,.3)}.photos div:first-child:nth-child(4n+4){background-color:rgba(126,216,211,.3)}.photos div:nth-child(2){box-shadow:0 0 24px rgba(51,41,34,.2);background-color:rgba(114,108,103,.3);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;background-image:url(assets/home/gold.png);height:120px}.photos div:nth-child(2):nth-child(4n+2){background-color:rgba(245,207,72,.3)}.photos div:nth-child(2):nth-child(4n+3){background-color:rgba(224,110,74,.3)}.photos div:nth-child(2):nth-child(4n+4){background-color:rgba(126,216,211,.3)}.photos div:nth-child(3){box-shadow:0 0 24px rgba(51,41,34,.2);background-color:rgba(114,108,103,.3);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;background-image:url(assets/home/maroon.png);height:120px}.photos div:nth-child(3):nth-child(4n+2){background-color:rgba(245,207,72,.3)}.photos div:nth-child(3):nth-child(4n+3){background-color:rgba(224,110,74,.3)}.photos div:nth-child(3):nth-child(4n+4){background-color:rgba(126,216,211,.3)}.photos div:nth-child(4){box-shadow:0 0 24px rgba(51,41,34,.2);background-color:rgba(114,108,103,.3);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;background-image:url(assets/home/turquoise.png);height:120px}.photos div:nth-child(4):nth-child(4n+2){background-color:rgba(245,207,72,.3)}.photos div:nth-child(4):nth-child(4n+3){background-color:rgba(224,110,74,.3)}.photos div:nth-child(4):nth-child(4n+4){background-color:rgba(126,216,211,.3)}@media (max-width:800px){.photos{grid-template-columns:1fr 1fr}}