.custom-gallery-grid-row{display:flex;flex-wrap:wrap;justify-content:space-between;height:360px}.custom-gallery-grid_first-column{width:50%;height:100%;padding-right:15px}.custom-gallery-grid_first-column img,.custom-gallery-grid_first-column .custom-gallery-item{border-radius:15px 0 0 15px;overflow:hidden}.custom-gallery-grid_second-column{width:50%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px}.custom-gallery-grid_second-column .custom-gallery-item{overflow:hidden}.custom-gallery-grid_second-column .custom-gallery-item img{border-radius:0}.custom-gallery-grid_second-column .custom-gallery-item:nth-child(2),.custom-gallery-grid_second-column .custom-gallery-item:nth-child(2) img{border-radius:0 15px 0px 0;overflow:hidden}.custom-gallery-grid_second-column .custom-gallery-item:nth-child(4),.custom-gallery-grid_second-column .custom-gallery-item:nth-child(4) img{border-radius:0px 0px 15px;overflow:hidden}.custom-gallery-item,.custom-gallery-item img{height:100%;width:100%;object-fit:cover}.custom-gallery-item{position:relative;transition:.3s}.custom-gallery-item:hover::after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:rgba(0,0,0,.2);cursor:pointer;overflow:hidden}