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