
.abwrapper,
.abcontent {
  position: relative;
  width: 100%;
  z-index: 1;
}

.abcontent {
  overflow: hidden;
}

.abcontent .absection {
  width: 100%;
  height: 100vh;
}

.abcontent .absection.abhero {
  background-image: url(/img/about/about2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abimage-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.abimage-container .abimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}