.modhb-home-grid { margin-bottom: 20px; }
.modhb-banner-grid-wide { box-sizing: border-box; padding: 0; }
.modhb-banner-grid-tall { box-sizing: border-box; padding: 0; }
.modhb-banner-item 
{
box-sizing: border-box;
position: relative;
padding: 0;margin: 0;
}
.modhb-banner-image 
{
/* width: auto; */
/* display: block; */
}
.modhb-img { width: 100%; height: 100%; display: block; object-fit: cover; }
.modhb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: #f2f2f2;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px;
}
.modhb-banner-content { position: relative; margin-top: 8px; }
.modhb-banner-title { font-size: 18px; margin: 0; }
.modhb-banner-title a { color: inherit; text-decoration: none; }
@media (min-width: 992px) {
  .modhb-home-grid { display: flex; flex-wrap: wrap; }

  .modhb-banner-grid-wide { width: 66.666666%; display: flex; flex-wrap: wrap; }
  .modhb-banner-grid-tall { width: 33.333333%; display: flex; flex-direction: column; }

  
  .modhb-banner-grid-wide .modhb-half { width: 50%; height: 50vh; padding: 6px; }
  .modhb-banner-grid-wide .modhb-full { width: 100%; height: 50vh; padding: 6px; }

  .modhb-banner-grid-tall .modhb-banner-item { height: 100%; padding: 6px; }

 
  .modhb-banner-grid-wide .modhb-img,
  .modhb-banner-grid-tall .modhb-img {
  height: 100%;
  } 
  .modhb-bottom-grid .modhb-bottom-item { padding: 6px; box-sizing: border-box; }
  .modhb-bottom-grid .modhb-banner-item-inner {/* height: 180px; */overflow: hidden;display: flex;flex-direction: column;justify-content: center;}
  .modhb-bottom-grid .modhb-img { height: 100%; }
}
@media (max-width: 991px) {
  .modhb-banner-image { min-height: 140px; }
  .modhb-bottom-grid .modhb-banner-item-inner { min-height: 120px; }
}


.modhb-banner-image {
  position: relative;
  overflow: hidden;
}
.banner-image {
  position: relative !important;   
  overflow: hidden !important;
}
.modhb-banner-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.modhb-banner-title {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.modhb-banner-title a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
#div_homepagecontentcategoryhtml .banner-item.col-md-6.col-sm-6.col-xs-6.col {
    padding: 0px 4px 0 !important;
}
#div_homepagecontentcategoryhtml .banner-grid-wide .col-md-12 {
    padding-top: 0 !important;
}

}
@media (max-width: 767px) {
	body#index #cmsinfo_block:before {
     margin-top: -8%;
    height: 106% !important;
}
#div_homepagecontentcategoryhtml .row, #div_homepagecontentsocialhtml .row {
      margin-bottom: 0px;
}
#div_homepagecontentcategoryhtml {
     margin-bottom: 8px;
}
#div_homepagecontentcategoryhtml .banner-item, #div_homepagecontentsocialhtml .banner-item {
    padding: 0px !important;
}
#div_homepagecontentcategoryhtml #content-wrapper, #wrapper, .container, .row>div[class*=col-] {
    padding-left: 5px;
    padding-right: 2px !important;
}
.banner-image {
    padding-bottom: 6px;
}
.modhb-banner-image {
    padding-bottom: 6px;
}	
}