/* ======================================================================== */
/*  Random session photo                                                    */
/* ======================================================================== */

#mst-frame {
    position: relative;
}

#mst-content {
    width: calc(100% - 240px);
    margin: 0;
}

#mst-photo {
    position: absolute;
    top: 100%;
    right: var(--panel-inset);
    margin-top: 10px;
    width: 200px;
    background: var(--white-background);
    border: var(--nice-border);
    border-radius: 2px;
    box-shadow: var(--nice-border-shadow);
    padding: 8px 8px 20px 8px;
    cursor: pointer;
}

#mst-photo img {
    display: block;
    width: 100%;
    height: auto;
}
