.staffcast-inner {
  position: relative;
  width: 100%;
}

.staffcast-inner .title-staffcast {
  position: relative;
  width: 100%;
  height: 95px;
  padding-bottom: 5px;
}

.staffcast-inner .title-staffcast h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 48.9%;
  padding-top: 35px;
  padding-bottom: 30px;
  z-index: 2;
}

.staffcast-inner .title-staffcast .gran {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28.8%;
  z-index: 0;
}

.staffcast-inner .staff {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding-top: 32px;
}

.staffcast-inner .cast {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding-top: 45px;
}
