@media screen and (max-width: 767px) {
    .board {
        flex-direction: column;
    }
    .sidebar{
        width: 100%;
    }
    .sidebar-title {
        display: none;
    }
    .sidebar .box{
        display: none;
    }
    .sidebar-inner{
        display: none;
    }
    .scorebox{
        display: flex;
        margin: 0px auto !important;
        width: 100% !important;
        padding: 2% !important;
        align-items: center;
        position: relative;
        z-index: 10;
    }
    .sidebar .scorebox-content {
        font-size: 30px;
        padding: 0px 0px 0px 10px;
    }
    .sidebar .scorebox-title {
        font-size: 20px;
    }
    .words{
        align-items: flex-start;
        padding-left: 5px;
    }
    .words .word .letter{
        width: 50px;
        box-shadow: none;
        font-size: 24px;
        padding: 10px;

    }
    .words .word .letter.img{
        width: 50px;
    }
    .fires {
        width: 30px;
        height: 40px;
        position: absolute;
        bottom: 145px;
    }
    .gun {
        bottom: 90px;
    }
}