
.container {
    padding: 20px 50px 0px;
  }
  
  <blade media|%20only%20screen%20and%20(max-width%3A%20660px)%20%7B%0D>.container {
    padding: 10px 20px 30px;
  }
  }
  
  .map-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .parent {
    position: relative;
    width: 100%;
    height: 450px;
    padding: 20px;
    z-index: 5;
  }
  
  .child {
    position: absolute;
    top: 10px;
    right: 100px;
    width: 450px;
    height: auto;
    padding: 10px;
  }