@media only screen and (max-device-width: 640px) {
.spbe-carousel  .featured-block .content-box {
      position: relative;
      display: block;
      padding: 50px 25px 50px 30px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      height: 200px;
  }

  .img-spbe-carousel{
    height:100px;
  }
  

}

@media only screen and (max-device-width: 768px) {
    /* Styles */
}
