#carousel-id .item img{ width: 100%;}
#testimonials.fix{ padding-bottom: 40px; }
#testimonials.fix .page-heading{
  display: block;
  width: 100%;
  height: 175px;
  background-position: center top;
  background-size: cover;
}
#testimonials.fix .page-heading .heading{
  padding: 66px 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.testimonial-list .item{
  margin: 0 0 30px 0; 
  padding: 0 10px 0px 10px;
  border: 1px solid darkgrey;
} 

// Upload
#filedrag
{
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #555;
  border-radius: 7px;
  cursor: default;
}

#filedrag.hover
{
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

#messages
{
  padding: 0 10px;
  margin: 1em 0;
  border: 1px solid #999;
}

#progress p
{
  display: block;
  width: 240px;
  padding: 2px 5px;
  margin: 2px 0;
  border: 1px inset #446;
  border-radius: 5px;
  background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
  background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
  background: #c00 none 0 0 no-repeat;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
   #carousel-id .item img{ width: auto;}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  
}