.mobi-image-text-wrap {
  position: relative;
}
.mobi-overlay-text {
  position: absolute;
  /*bottom: 35vh; */ /*или top / center */
  top: 12px;
  /*left: 4vw;*/
  left: 12px;
  color: #000;
  /*font-size: 20px;*/
  font-size: 22px;
  line-height: 1em
}
.mobi-overlay-text2 {
  position: absolute;
  /*bottom: 19vh; */ /*  или top / center */
  top: 5%; /* или top / center */
  /*left: 2vw;*/
  left: 5%;
  color: #000;
  font-size: 4vw;
}
.mobi-overlay-text3 {
  position: absolute;
  /*bottom: 16.5vh;*/ /* или top / center */
  bottom: 5%;
  /*left: 2vw;*/
  left: 5%;
  color: #000;
  font-size: 4vw;
}
.mobi-overlay-text4 {
  position: absolute;
  bottom: 22vh; /* или top / center */
  left: 2vw;
  color: #000;
  font-size: 4vw;
}
.fp-width-100{
	width: 100%
}
