.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.parallax-content{
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.parallax-content-1{
	height: 350px;
}
.content-team p{
	position:relative;
	left:-100px;
}

.txt-service{
	left:-80px;
}

@media screen and (min-width: 991px) {
  /* line 54, ../sass/_type.scss */
  .parallax-content img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: none;
  }
}