@import url("https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lightgallery.css");@import url("https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lg-zoom.css");@import url("https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lg-video.css");*{box-sizing:border-box}.gallery__container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:20px}.gallery-item-section{margin:20px}.gallery-item{width:350px;border-radius:20px}.gallery-item,.news-item{height:300px;object-fit:cover}.news-item{width:400px}@media (max-width:640px){.gallery-item,.news-item{width:100vw;height:300px}}@media (min-width:768px){.gallery__container{grid-template-columns:repeat(4,1fr)}}