.item .box_img img {
  width: 100%;
}
.item .summary-employer {
  position: absolute;
  top: 40%;
  left: 20%;
  max-width: 30%;
}
.item .summary-employer h4 {
  margin-bottom: 12px;
  color: #fff !important;
}
.item .summary-employer h4 span {
  color: #fff !important;
}
.item .summary-employer span {
  color: #fff;
}
.item .summary-employer .link {
  max-width: 35%;
  padding: 8px 15px;
  background: #9e58c5;
  border-radius: 5px;
}
.item .summary-employer .link a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .item .box_img img {
    width: 100%;
    height: 350px;
  }
  .summary-employer {
    max-width: 100% !important;
    top: 25% !important;
    left: 0 !important;
    padding: 0 15px;
  }
  .summary-employer h4 span {
    font-size: 16px !important;
  }
  .summary-employer p span {
    font-size: 12px !important;
  }
  .summary-employer .link a p {
    font-size: 10px !important;
    white-space: nowrap;
  }
}/*# sourceMappingURL=banners.css.map */