@media only screen and (min-width:320px) and (max-width:645px){
    #slider-value{
        font-size: 10px;
    }

    #slider{
        width: 71%;
        height: 4px;
    }

    .set{
        font-size: 10px;
    }

    .minimize-btn {
        font-size: 9px !important;
        margin-right: -10px;
        margin-top: 4%;
    }

    .icon-btn {
        background: transparent;
        border: none;
        cursor: pointer;
        font-size: 10px !important;
        margin: 5px;
        color: #fff;
    }

    .poi-item {
        display: flex;
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid #fff;
        justify-content: center;
        position: relative;
        top: 0px !important;
        font-size: 10px;
    }

    #poi-card{
        width: 174px !important;
        padding: 10px !important;
    }

    #poi-list{
        height: 130px;
    }

    #poi-type{
        width: 78px !important;
        font-size: 10px !important;
    }

    .drop{
        font-size: 10px !important;
        height: fit-content !important;
    }

    #logo {
        position: absolute;
        top: 1px;
        left: 12px !important;
        width: 67px !important;
        height: auto;
        z-index: 1001;
    }
    #slider-container {
        display: none;
        margin-top: 10px;
        margin-top: 40px !important;
        transition: margin-top 0.3s ease;
    }
    #poi-card-content {
        display: flex;
        margin-top: 10px !important;
        max-height: 300px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        justify-content: center;
        flex-direction: row;
    }
}