/* R5: original local SVG city scenes sized for the existing card crop. */
.skyline{background-position:center bottom;background-repeat:no-repeat;background-size:cover}
.skyline:before,.skyline:after{display:none}
.chicago-skyline{background-image:linear-gradient(90deg,#061326c9 0%,#06132669 58%,#061326b3 100%),url("city-chicago.jpg")}
.newyork-skyline{background-image:linear-gradient(90deg,#061326c9 0%,#06132669 58%,#061326b3 100%),url("city-new-york.jpg")}
.vegas-skyline{background-image:linear-gradient(90deg,rgba(6,19,38,.42) 0%,rgba(6,19,38,.20) 34%,rgba(6,19,38,.05) 58%,rgba(6,19,38,.10) 100%),url("city-las-vegas.jpg")}

@media(max-width:760px){.skyline{background-size:auto 100%;background-position:center bottom}}
