#block-hkustheaderblockaffiliate {
  z-index: 999 !important;
}

* {
    box-sizing: border-box;
}



.block-hkust-people .heading1 h3 {
  display: none;
}

.block-hkust-people .cat-filter {
  display: none;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 960px) {
    .column {
        width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .element.style {
      width: 50%;
    }
}

@media screen and (max-width: 992px) {
  .layout.meet-president img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .layout.meet-president .layout__region {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .layout.meet-president .layout__region {
    width: 100%;
  }
}

.president_homepage img{
  margin: 5px;
  padding: 5px;
}

.multimedia-link.link--back {
  display: none !important;
}

.view-filters {
  display: none !important;
  
}