li#li_profile > a {
  height: 318px;
}

li#li_profile > a > img {
  height: 248px;
}

li#li_profile > a > span {
  height: 70px;
}

.gallery1 li.advisor-profile > a {
  height: 210px;
}

.gallery1 li.advisor-profile > a > img {
  height: 160px;
}

.gallery1 li.advisor-profile > a > span {
  height: 50px;

  background-color: #0091ea;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.gallery-comming-soon > li:first-child {
  margin-right: 40px;
}

@media (max-width: 576px) {
  li#li_profile > a {
    height: 318px;
  }

  li#li_profile > a > img {
    height: 228px;
  }

  li#li_profile > a > span {
    height: 90px;
  }

  ul.gallery-comming-soon > li:first-child {
      margin: 0 auto;
  }
  
  ul.gallery-comming-soon > li > a {
      width: 100% !important;
  }
}

.state-content-wrapper {
  display: none;
}
.state-content-wrapper-open {
  background-color: rgba(0, 0, 0, 0.8);
  /* pointer-events: none; */
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.state-content-inner {
  z-index: 10001;
  background: black;
  border-radius: 16px;
  border: 5px solid #0091ea;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 650px;
}
.state-content-inner p {
  text-align: center;
}
.state-content-inner h2 {
  text-transform: uppercase;
}
.state-content-image {
  width: 200px;
}
.state-content-close {
  pointer-events: all;
  position: absolute;
  font-size: 22px;
  padding: 10px;
  right: 5px;
  top: 0;
}
.state-content-close:hover {
  color: #0091ea;
}
