.rental-gallery-container{position:relative;width:100%;padding-bottom:35%}.rental-gallery{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-gap:5px;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr}.rental-gallery-item{width:100%;height:100%;overflow:hidden;background:rgba(0,0,0,.1);position:relative}.rental-gallery-item:first-child{grid-row-start:1;grid-row-end:3;grid-column-start:1;grid-column-end:2;border-top-left-radius:10px;border-bottom-left-radius:10px}.rental-gallery-item:nth-child(2){grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3}.rental-gallery-item:nth-child(3){grid-row-start:1;grid-row-end:2;grid-column-start:3;grid-column-end:4;border-top-right-radius:10px}.rental-gallery-item:nth-child(4){grid-row-start:2;grid-row-end:3;grid-column-start:2;grid-column-end:3}.rental-gallery-item:nth-child(5){grid-row-start:2;grid-row-end:3;grid-column-start:3;grid-column-end:4;border-bottom-right-radius:10px}.rental-gallery-item img{display:block;width:100%;height:100%;cursor:pointer;object-fit:cover}.rental-gallery .view-more{grid-row-start:2;grid-row-end:3;grid-column-start:3;grid-column-end:4;font-size:.9rem;height:100%;width:100%;position:absolute;bottom:0;background:rgba(0,0,0,.5);color:#fff;font-size:1rem;text-align:center;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;border-bottom-right-radius:10px}.rental-gallery .view-more::after{font-family:var(--icon-font-family);content:"";margin:2px 0 0 5px}@media screen and (max-width:768px){.rental-gallery-container{padding-bottom:65%}.rental-gallery{display:block}.rental-gallery-item{display:none;border-radius:0!important}.rental-gallery-item:first-child{display:block}.rental-gallery .view-more{height:20%;bottom:0;border-radius:0}}.white-out{z-index:9!important;background:var(--site-background);display:block;visibility:hidden;opacity:0;transition:all .8s ease-out}.white-out.active{visibility:visible;opacity:.8}.property-gallery{background:var(--site-background);position:fixed;z-index:100;visibility:hidden;opacity:0;padding:25px;border-radius:20px;box-shadow:var(--shadow-very-far);transition:all .2s ease-out;inset:3rem 2rem 2rem}.property-gallery.active{top:2rem;visibility:visible;opacity:1}.property-slides-track{display:grid;grid-template-rows:1fr 100px;height:100%;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;grid-gap:20px;user-select:none}.property-gallery .property-slides{position:relative;display:grid;grid-auto-flow:column;width:600%;overflow:hidden}.property-gallery .property-slides.transition{transition:all .35s}.property-gallery .property-slides .item{position:relative;object-fit:contain}.property-gallery .property-slides .item img{display:block;position:absolute;width:100%;height:100%;object-fit:contain;object-position:center}.property-gallery .property-slides h4{position:absolute;bottom:0;left:0;padding:20px;background:rgba(0,0,0,.75);color:#fff;text-align:center;width:100%;margin:0;box-sizing:border-box;display:none}.property-gallery .thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:150px;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:inline mandatory}.property-gallery .thumbs img{cursor:pointer;width:150px;opacity:.5;object-fit:cover;aspect-ratio:16/9}.property-gallery .thumbs img.highlighted{opacity:1}.property-gallery .arrow{position:absolute;top:50%;transform:translateY(-50%);font:300 1.5rem/1.5rem var(--icon-font-family);text-align:center;display:flex;justify-content:center;align-items:center;width:60px;height:60px;color:var(--cta-text-color);z-index:50;cursor:pointer;background:var(--arrow-background);border-radius:999px}.property-gallery .arrow.left{left:50px}.property-gallery .arrow.left::before{content:""}.property-gallery .arrow.right{right:50px;left:auto}.property-gallery .arrow.right::before{content:""}.property-gallery .close{position:absolute;width:40px;height:40px;display:flex;justify-content:center;align-items:center;top:-15px;right:-15px;font:300 1.5rem/1.5rem var(--icon-font-family);text-align:center;color:var(--success-text-color);background:var(--accent-color);z-index:2;cursor:pointer;border-radius:50%}.property-gallery .close::after{content:"";font-family:var(--icon-font-family)}.property-gallery .swiper-zoom-container{flex-direction:column}.property-gallery .thumbs::-webkit-scrollbar{height:.5rem}.property-gallery .thumbs::-webkit-scrollbar-track{background:var(--color-teal-light);border-radius:100vh;margin-block:.5rem}.property-gallery .thumbs::-webkit-scrollbar-thumb{background:var(--color-teal-medium);border-radius:100vh}@supports(scrollbar-color:#f00 #00f){*{scrollbar-color:var(--color-teal-medium) var(--color-teal-light);scrollbar-width:thin}}@media only screen and (min-width:375px) and (max-width:926px){@media only screen and (orientation:landscape){.property-gallery .thumbs{display:none}.property-slides-track{grid-template-rows:auto}}.property-gallery .arrow{display:none}}