/*!/wp-content/themes/hviezdoslavova/blocks/homegallery/style.css*/.homegallery{overflow:hidden;padding:200px 0}.homegallery .grid{width:1920px;max-width:100%;position:relative;left:50%;transform:translateX(-50%);display:grid;gap:40px;grid-template-columns:0.83fr 0.16fr 0.85fr 1.16fr;grid-template-rows:480px;grid-template-areas:"img1 img1 img2 text" "img3 img4 img4 img5"}.homegallery .img1{grid-area:img1}.homegallery .img2{grid-area:img2}.homegallery .img3{grid-area:img3}.homegallery .img4{grid-area:img4}.homegallery .img5{grid-area:img5}.homegallery .img{position:relative;z-index:2}.homegallery .text{grid-area:text;position:relative;z-index:1;padding:8px 40px}.homegallery .text:after{content:url(/wp-content/themes/hviezdoslavova/blocks/homegallery/../../images/symbol.svg);position:absolute;top:50%;left:50%;font-size:0;transform:translateX(-50%);pointer-events:none}.homegallery img{width:100%;height:100%;object-fit:cover}@media(max-width:1199px){.homegallery{padding:100px 0}.homegallery .grid{grid-template-rows:280px}}@media(max-width:991px){.homegallery{padding:40px 0 80px}.homegallery .grid{position:static;transform:none;display:flex;flex-direction:column;padding:0 20px}.homegallery .text{order:-1;padding:0}.homegallery .text:after{display:none}.homegallery .h2{margin-bottom:24px}.homegallery .btn{display:none}.homegallery .img{display:none}.homegallery #galleries{margin:0}}