@media (min-width: 992px) and (max-height: 774px) {
  #globein-video {
    height: auto;
    margin: 0;
  }
}
@media (max-width: 991px) and (max-height: 554px) {
  #globein-video {
    height: auto;
    margin: 0;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block-globein-video {
  background-color: black;
  color: #3c3c3c;
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
