.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 300px;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.resp-container-embed-location {
    position: relative;
    overflow: hidden;
    margin-top: 2%;
    height: 400px;
}

.resp-iframe-embed-location {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
}



