@media (min-width: 0px) and (max-width: 768px) {
  .awc-form-search {
    width: 100%;
    margin: 0 auto;
  }

  .carousel-item img {
    height: 250px !important;
  }


  .awc-chart-detail {
    text-align: center;
    margin-top: 15px
  }

  .awc-news-image{
    border-radius: 3px;
    background-size: cover!important;
    display: inline-block;
    overflow: hidden;
    position: relative; 
    width: 100%;
    max-height: 200px;
    min-height: 200px;
  }

  .awc-no-data{
    width: 80%;
  }
  .awc-area-item .img-small{
    display: block;
    margin-bottom: 10px;
  }

  .awc-area-item .img-larg{
    display: none;
  }

  .awc-area-pb{
    padding: 15px;
    padding-top: 0px !important;
  }

  .awc-project-header{
    display: none;
  }

  .awc-project-slide img{
    min-height: 250px !important;
    width: 100% !important;
  }

  .awc-project-slide-gallery-nav{
    /* display: none !important; */
  }
  
  .awc-project-slide-gallery img{
    min-height: 350px;
  }

  .awc-project-video iframe{
    height: 350px !important;
    border-radius: 5px;
  }
}