#testimonial-slider {
  width: 75%;
  min-height: 165px !important;  
  color: #fff;
  padding-top: 10px;
  background: #fff;
  outline: 0px solid red;
}

.royalSlider {
	width: 750px;
	height: 220px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.CommentBlock {
  position: absolute;
  top: 0px;
  left: 60px;
  display: block;
  text-align: center;
  width: 85%;
  height: auto;

  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  overflow: hidden;
  background:  #fff;
  color: #000;
  padding: 5px;
  border: 0px solid blue;
}

.CommentBlock em {
	display: block; 
	width: 100%; 
	margin-left: 0px;
	outline: 0px solid green; text-align: center; font-size: 24px; line-height: 30px; font-weight: 300; color: #303030; }

.CommentBlock span {display: block; width: 90%; text-align: right; outline: 0px solid red;  margin: 20px 0px 0px 0px; font-size: 18px; line-height: 20px; font-weight: 300; color: #545454; }

.CommentBlock span strong { font-weight: 600; color: #303030;}



@media screen and (min-width: 320px) and (max-width: 480px) { 
  #testimonial-slider {
  width: 100%;
  height: 300px !important; 
  }
  .CommentBlock {
  text-align: center;
  left: 0;
  width: 90%;
  height: auto;
  overflow: visible;}
  
.CommentBlock em {
	display: block; 
	width: 100%; 
	margin-left: 0px;
	outline: 0px solid green; text-align: center; font-size: 18px; line-height: 30px; font-weight: 300; color: #303030; }

.CommentBlock span {display: block; width: 100%; text-align: center; outline: 0px solid red;  margin: 10px 0px 0px 0px; font-size: 14px; line-height: 16px; font-weight: 300; color: #545454; }

.CommentBlock span strong { font-weight: 600; color: #303030;}

}