.projects-nav-outer .c-pagination__item:not(:nth-child(2)) {
    opacity: 1;
}
.projects-nav-outer {
    width: 100% !important;
    float: right;
    position: absolute;
    z-index: 1000;
    bottom: 40px;
}
body .worlds.projects_section {
    padding: 5rem 1rem 6rem;
    grid-gap: 0rem 0rem;
    grid-template-columns: repeat(1, 1fr);
}
body .worlds.projects_section .projects-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.5rem 1rem;
    display: grid;
}
span.mobmenu-trigger-action, span.mobmenu-right-bt {
  cursor: pointer;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
.video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
.video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

@media only screen and (max-width: 500px) {
  .c-locations-wrap .topabout {
      margin-top: 100px;
      margin-bottom: -60px;
  }
  .partnersIcon {
      max-width: 100%;
  }
  .leaders_info_buttons .button_cont a {
      width: 94%;
  }
  div.leaders_info_buttons .button_cont .c-btn__text {
      font-size: 13px;
      padding: 5px !important;
      height: auto;
  }
  body .icons-bg .col-6 img {
      width: 80px;
      height: auto;
  }
  div.icons-bg > img.main-logo {
      max-width: 300px;
      height: auto;
      margin: 10px 10px 40px;
      bottom: 10px;
      left: 0;
  }
  .redcon-clear {
      clear: both;
      margin: 0 !important;
      width: 100%;
      min-height: 1px;
  }
  body img.icon-one {
      bottom: 5rem;
      left: 1.7rem;
  }
  body img.icon-two {
      top: -5rem;
      left: 1rem;
  }
  body img.icon-three {
      bottom: 1.8rem;
      left: 1.7rem;
      max-width: 78px;
  }
  body img.icon-four {
      left: 1.4rem;
      bottom: 1.5rem;
      max-width: 70px;
  }
  div.icons-bg {
      position: relative;
      max-width: 320px;
      margin: 0 auto;
  }
  body .c-intro__location ul.info li {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.5;
}
}
@media only screen and (max-width: 768px) {
  body .worlds.projects_section .projects-wrapper{
        grid-template-columns: repeat(2, 1fr)!important;
  }
  .projects-nav-outer{
    bottom: -3px!importnat;
    height: 50px!importnat;
  }
  .is-device .projects-nav-outer .c-slider-nav--press{
    display: flex!important;
  }
}