@media (orientation: portrait) {

    .avatar-container {
        background-color: #1c1b1a;
        border-radius: 3px;
        padding: 2px;
        margin: 3px;
        flex-direction: row;
        display: flex;
        justify-content: space-around;
    }

    .avatar-thumb {
        width: 72px;
        height: 72px;
        background-size: 72px auto;
        background-position: center top;
        background-repeat: no-repeat;
        border-radius: 8px;
        overflow: hidden;
        margin: 2px;
    }

    .cUI {
        margin-top: auto;
        /* background-color: #55331c; */
        border: 3px solid #55331c;
        background: linear-gradient(to bottom, #7c4a27, #3b2615);
        border-radius: 3px;
        width: 80%;
        max-width: 150px;
        padding: 3px;
    }

    .cUI-bottom-buttons {
        display: none;
    }

    /* new styles */
    .bottom-buttons {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
}