body .region-content .hkust-blocks.hero-image-block {
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body .region-content .hkust-blocks.hero-image-block .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body .region-content .hkust-blocks.hero-image-block .caption {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
body .region-content .hkust-blocks.hero-image-block .caption a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
body .region-content .hkust-blocks.hero-image-block .caption a:hover {
  text-decoration: none;
}
body .region-content .hkust-blocks.hero-image-block .caption a > span {
  display: block;
  margin-bottom: 17px;
  text-decoration: none;
}
body .region-content .hkust-blocks.hero-image-block .video {
  width: 100%;
  height: 100%;
}
body .region-content .hkust-blocks.hero-image-block .video #ustVideo {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: auto;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  body .region-content .hkust-blocks.hero-image-block .video #ustVideo {
    display: none;
  }
}
