

.taxi_pattern{
    background-image: repeating-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), repeating-linear-gradient(45deg, #000 25%, #f1c50e 25%, #f1c50e 75%, #000 75%, #000);
  height: 30px !important;
  width: 100%;
  background-color: #f1c50e;
  opacity: 1;
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}