.property{padding:5rem 0 6rem}.property__layout{row-gap:6rem;display:grid}.property__header{row-gap:2rem;display:grid}.property__header-text{row-gap:.4rem;display:grid}.property__info{row-gap:6rem;display:grid}.property__grid,.property__grid-row{gap:var(--side-spacing-normal);display:grid}@media screen and (min-width:750px){.property__grid-row--two-squares{grid-template-columns:1fr 1fr}.property__grid-row--narrow-left-wide-right{grid-template-columns:1fr 2fr}.property__grid-row--wide-left-narrow-right{grid-template-columns:2fr 1fr}}@media screen and (min-width:1025px){.property{padding-top:6rem}.property__header{row-gap:4rem;display:grid}.property__info{-webkit-column-gap:var(--side-spacing-normal);-moz-column-gap:var(--side-spacing-normal);column-gap:var(--side-spacing-normal);grid-template-columns:repeat(2,1fr)}.property__overview{order:1}.property__overview-text{width:85%}.property__details{order:2}}.property__media{position:relative}.property__media--wide:after,.property__media--two-thirds:after{content:"";height:0;padding-bottom:75%;display:block}.property__media--square:after{content:"";height:0;padding-bottom:100%;display:block}.property__media--one-third:after{content:"";height:0;padding-bottom:125%;display:block}@media screen and (min-width:750px){.property__media--wide:after{padding-bottom:50%}.property__media--two-thirds:after{padding-bottom:67%}}