@media (max-width: 768px) {
  #muteToggleButton{
     width: 50px;
    height: 50px;
  }
      section.hero-section video {
        width: 100%!important;
        max-width: 100%!important;
    }
  .car-pin-wrapper .pins .featurePoint {
  
    transform: scale(0.5) translate(-20px, -20px);
  }
section.hero-section {
        width: 100%;
        height: 128vh!important;
    }
    section.hero-section video {
        width: 100%;
        height: auto!important;
        margin: 0 auto;
    }
 }