div#popup { width: 400px; height: 130px; overflow:hidden;}
div#popup .item { display: flex; }
div#popup img { width: 100px; height: 100px; }

/*.ol-full-screen {
    position: relative;
}
.ol-full-screen button {
    bottom: 11rem;
    position: absolute;
    right: 1.5rem;
    background-color: white;
    color: rgba(0,60,136,.7);
    height: 32px;
    width: 32px;
}
.ol-full-screen button:hover {
    background-color: rgba(0,60,136,.7);
    color: white;
}
*/
