:after, :before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[id^="mos-testimonial-"].mos-testimonial-container.block-view {
    margin-right: -15px;
    margin-left: -15px;
}
[id^="mos-testimonial-"].mos-testimonial-container.block-view:after, [id^="mos-testimonial-"].mos-testimonial-container.block-view:before {
    display: table;
    content: " ";
}
[id^="mos-testimonial-"].mos-testimonial-container.block-view:after {
    clear: both;
}
[id^="mos-testimonial-"] [class^="mos-testimonial-col-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}
@media (min-width:992px){
  [id^="mos-testimonial-"] .mos-testimonial-col-2 {
    width: 50%;
  }
  [id^="mos-testimonial-"] .mos-testimonial-col-3 {
    width: 33.33333333%;
  }
  [id^="mos-testimonial-"] .mos-testimonial-col-4 {
    width: 25%;
  }
  [id^="mos-testimonial-"] .mos-testimonial-col-5 {
    width: 20%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}