/*
  Theme Name: US Digital Partners Theme
  Author: US Digital Partners
  Author URI: http://www.usdigitalpartners.com/
  License: All Rights Reserved
*/

@media screen and (max-width: 1680px) {
  .hero_carousel{
    height: 800px !important;
  }
}
@media screen and (max-width: 1380px) {
  .hero_carousel{
    height: 500px !important;
  }
}
@media screen and (max-width: 1100px) {
  .hero_carousel{
    height: 400px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero_carousel{
    height: 300px !important;
  }
}