.level{
    height: 300px;
    width: 100%;
}
.footer_map__iframe {
    height: 100px !important;
    width: 100px !important;
  }
  .footer_map__iframe {
    height: 300px !important;
    width: 100px !important;
  }

@media screen and (max-width: 768px) {
    
    .level{
        height: 250px;
        width: 100%;
    }
}