.home-image-section{display:grid;margin-top:12px;padding:30px;height:38vw;max-height:800px;border-radius:10px;grid-gap:20px;grid-template-columns:31.1% 25% 25.3% 1fr;grid-template-rows:40% 20% 1fr;background:#fff}.home-image-section .home-image-section__item{cursor:pointer;position:relative}.home-image-section .home-image-section__item{width:100%;height:100%;overflow:hidden}.home-image-section .home-image-section__item:nth-child(1){grid-column:1/1;grid-row:1/4}.home-image-section .home-image-section__item:nth-child(2){grid-column:2/3;grid-row:1/3}.home-image-section .home-image-section__item:nth-child(3){grid-column:2/3;grid-row:3/4}.home-image-section .home-image-section__item:nth-child(4){grid-column:3/4;grid-row:1/2}.home-image-section .home-image-section__item:nth-child(5){grid-column:4/5;grid-row:1/2}.home-image-section .home-image-section__item:nth-child(6){grid-column:3/5;grid-row:2/4}.home-image-section .home-image-section__item img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}@media(max-width: 1200px){.home-image-section{padding:20px}}@media(max-width: 876px){.home-image-section{padding:17px;display:none}}#home-image-section-modal .ins-video-list__image-warpper{max-width:800px;overflow:hidden}#home-image-section-modal .ins-video-list__image-warpper img{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}