/* inject styles inside style tag */ 
.taxi-container {
   background: #c6c6c61c;
   border-radius: 10px;
}

/* customzation for small screens */
@media screen and (max-width: 1960px) {
  iframe {
    min-height: 1000px;
  }
}





