/* Résidences
-------------------------------------------------- */
main.residences {width:100%;display: -moz-flex;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-flow: row wrap;flex-flow: row wrap;}
main.residences article{width:50%;min-height:calc(100vh - 7em);padding:2em;position:relative}
main.residences article a{text-decoration:none;position:absolute;padding:2rem;top:0;left:0;bottom:0;right:0;z-index:3;color:white;width:100%;font-family:'Beastly24';font-size:5.05em;line-height:.875em;}
main.residences article div{mix-blend-mode: multiply;position:absolute;top:0;left:0;bottom:0;right:0;background-size:cover;;background-position:center;background-repeat: no-repeat}

/* MEDIA QUERIES
-------------------------------------------------- */
@media only screen and (max-width:680px){
   main.residences article{width:100%;min-height:calc(50vh - 2.5em);padding:1rem;position:relative}
   main.residences article a{font-family:'Beastly24';font-size:3.5em;padding:1rem;line-height:1em;}
}