.gallery__items{align-items:stretch;display:grid;grid-gap:1.5rem;grid-template-columns:repeat(3,1fr)}.gallery__col{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;row-gap:1.5rem}.gallery__item{border-radius:.5rem;cursor:pointer;overflow:hidden;padding-bottom:53%;position:relative;transition:all .3s ease-in-out;width:100%}.gallery__item,.gallery__item:hover{text-decoration:none}.gallery__item_140{padding-bottom:140%}.gallery__item_38{padding-bottom:38%}.gallery__item_65{padding-bottom:65%}@media (max-width:47.99875em){.gallery__items{grid-template-columns:repeat(2,1fr)}}@media (max-width:29.99875em){.gallery__items{grid-template-columns:repeat(1,1fr)}}