
.container-trylive-video {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  z-index: 0;
  opacity: 1;
}

#containerPromo {
  position: relative;
}

.container-trylive-video video {
  width: 100%;
  height: auto;
  background-image: url("https://functionalandora.com/assets/img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.textOverlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  background-color: rgba(0,0,0,.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

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