.map-container {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.float-panel-left{margin-left:-30px;}

@media (max-width: 992px) {
.float-panel-left{margin-left:0;}
}