/* Breadcrumb */
.breadcrumb {
    overflow: hidden;
}

/* header - START */
@media (max-width: 767px) {
  .container-fluid > .grid:first-child + .grid > div:first-child  {
    min-height: 350px;
  }
  .container-fluid > .grid:first-child + .grid .card-img-bg {
    background-position: left !important;
  }
  #hero-module h1{
	font-size: 2em !important;
	line-height: 1.2 !important;
  }
}
/* header - END */




