img {
    width: 100%;
    height: auto;
}

area {
    cursor: pointer;
}

.laydown_widget {
    display: none;
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    max-width: 100vw;
}

.laydown_widget img {
    min-width: 360px;
}