#pos-map {
  height: 550px;
  margin-bottom: 50px;
  border:1px solid #ccc
}
.pos-map-filters{
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2
}
.pos-map-filters select{
  width: 400px;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width: 768px){
  #pos-map{
    height: 380px;
    margin-bottom: 30px
  }
}