#portraitMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

#mobileControlContainer {
    display: none;
    height: 75px;
    width: 100%;
    position: absolute;
    bottom: 0; 
    left: 0; 
    justify-content: space-between;
    align-items: center;
}

.mobile-control-btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}

.btns-container-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    justify-content: space-between;
    padding-right: 40px;
}

.mobile-mute-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    justify-content: center;
}

.btns-container-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    justify-content: space-between;
    padding-left: 40px;
}

.mobile-control-btn-img {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0px 0px 5px black);
}

.mobile-throw-and-mute-img {
    width: 40px;
    height: 40px;
}