html,body{height:100%;margin:0;padding:0}#container{box-sizing:border-box;border:2px solid #000;border-radius:10px;max-width:950px;height:100%;max-height:400px;padding:10px;display:flex}.place-overview{width:400px;height:380px;margin-right:20px;position:relative;overflow-x:auto}#info{padding-bottom:10px;font-family:sans-serif;position:sticky;left:0}#heading{width:500px;margin-bottom:20px;font-size:x-large}#summary{width:100%}#gallery{padding-top:10px;display:flex}#gallery img{cursor:pointer;object-fit:cover;border-radius:10px;width:200px;height:200px;margin:10px}#expanded-image{background-color:#000;border-radius:10px;height:370px;margin:0 auto;display:flex;overflow:hidden}.attribution-label{background-color:#ffffffb3;margin:2px;font-family:sans-serif;font-size:10px;position:absolute}button{cursor:pointer;background:0 0;border:none;outline:none;padding:0;display:flex}button:focus{border:2px solid #00f;border-radius:10px}
