/* Estilos para os iframes da demonstração NASA */
.iframe-container {
  position: relative;
  width: 100%;
  height: calc(100% - 180px);
  overflow: hidden;
}

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

/* Ajustes para o modal da NASA */
#nasa-modal .modal-body {
  overflow: hidden;
}

.iframe-container-fullscreen {
  width: 100%;
  height: 100%;
  position: relative;
}

.iframe-container-fullscreen iframe {
  width: 100%;
  height: 100%;
  border: none;
}
