@media screen and (max-width: 480px) {

.modal-selec-content {
    background-color: #fefefe;
    padding: 1px;
    border: 1px solid #888;
    width: 98%;
    margin: 0;
    margin-top: 10px;
}
.modal{
    display: block;
}
.select_modal {
    display: none;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
}


}