@media (max-width: 1199px) and (min-width: 992px) {

  /*home page slideshow*/
  .view-frontpage-slideshow .views-field-title {
    top: 230px;
    height: 90px;
    padding: 10px 20px;
  }
  .view-frontpage-slideshow .views-field-field-slide-text {
    top: 257px;
    padding: 10px 20px;
  }
  
  /* general view overrides */
  /* .views-view-grid .views-col {
    width: 226px !important;
    padding: 10px 10px;
    margin-right: 9px;
    margin-bottom: 9px;
  }
  .views-field-field-strapline .field-content {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
  } */
  
  /* bottom footer two lines*/
  .subfooter-area.left {
    max-width: 310px;
  }
  
  /* Footer search */
  .footer-area .block-search {
    width: 430px;
  }
}