
#testimonials-container {
      position: relative;
	 top: -50px;  
    
}
 
  @media only screen and (max-width: 767px) {
	 #testimonials-container {
      position: relative;
	  top: 0px;  
	}

}


 
  .testimonials {
	 width: 100%;
	 height: auto;
}
 .testimonials-mobile {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 .testimonials-mobile {
		 display: block;
		 width: 100%;
		 height: auto;
	}
	 .testimonials {
		 display: none;
	}
}

