.gal-summary p {
  font-size: 18px;
}
.lg-sub-html h4 {
  color: #fff;
  font-size: 30px !important;
}

.lg-sub-html p {
  font-size: 18px !important;
}

.bioteam span.gl-items {
  display: block;
  width: 60%;
  height: 35em;
  overflow: hidden;
  position: relative;
  border-radius: 12px !important;
  padding-bottom:0;
}

div.bioteam#gallery-container {
  display: block;
  flex-wrap: wrap;
  justify-content:center;
  gap: 25px;
}

.gal-content {
  margin: 0 0 50px;
}

.bioitem {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 4em;
}
.bioteam span.gl-items img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.gl-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg,#000,transparent);
  transition: all .3s ease;
  transform: translateY(13%);
}

.gl-content * {
  color: #fff;
  text-align: left;
}

.gl-content p {
  margin: 0;
  transition: all .3s ease;
  opacity: 0;
}

.gl-content h4 {
  margin: 0 0 5px;
}

.biocontent {
  text-align: left;
  font-size: 18px;
  width:100%;
}

}
span.gl-items:hover .gl-content {
  transform: translateY(0);
}

span.gl-items:hover .gl-content p {
  opacity: 1;
}
.lg-video-play-button {
  display: none !important;
}
.gl-content p {
  opacity: 1;
  font-size: 14px;
}

.gl-content h4 {
  font-size: 20px;
  line-height: 1.3;
}

.gl-content {
  padding: 30px 20px;
  transform: translateY(19%);
}

p.sc {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  color: #4e2d7f;
  margin: 10px 0 0;
  opacity: 0;
}

p.sc:hover {
  background: #4e2d7f;
  color: #fff;
}

p.sc svg {
  fill: #4e2d7f;
}

p.sc a, p.sc span {
  color: red !important;
}

p.sc:hover svg {
  fill: #fff;
}
@media (max-width:991px){
  span.gl-items {
    width: 48%;
    padding-bottom: 58% !important;
  }
}
@media(max-width:767px){
  span.gl-items {   
    width: 100%;
    padding-bottom: 129% !important;
  }
  .gl-content {
    transform: translateY(9%);
  }
  .bioitem {
  display:block;
  }
  .bioteam span.gl-items {
    width: 100%;
    margin-bottom:3em;
  }
}
