



td p {
  margin-bottom: 0;
}

.logo {
  width: 100px;
  height: auto;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-container-maps {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: 100%;
}
.iframe-container-maps iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}