.gin-callstudy-cont {}

  .gin-callstudy-cont aside {
      min-height: 35vmin;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

.gin-callstudy-cont aside .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gin-callstudy-cont aside h3 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 5vmin !important;
    margin: 0 !important;
    line-height: 1 !important;
    user-select: none;
    padding: 0 10%;
}

.gin-callstudy-cont aside .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent);
  opacity: 0.8;
}
