.gallery-layout{display:flex;flex-direction:column;gap:20px}.gallery-row{display:flex;gap:20px}.gallery-item{flex:1;display:flex;justify-content:center;align-items:center}.gallery-row:first-child .gallery-item{flex:1}.gallery-row .gallery-item img{width:100%!important;object-fit:cover!important;border-radius:12px!important}.second_img img{gap:20px!important;display:flex;height:175px!important;width:100%!important}.first_img img{height:370px!important;width:100%!important}.remaining-images{position:relative}.remaining-images_count{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1;color:white;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;pointer-events:none}.gallery-row .second_img .gallery-item:nth-child(2) img{position:relative;z-index:0}@media (max-width:768px){.second_img img{gap:10px!important;display:flex;height:120px!important;width:100%!important}.gallery-layout{display:flex;flex-direction:column;gap:10px}.gallery-row{display:flex;gap:10px}.first_img img{height:180px!important;width:100%!important}}