/* new banner style */

.banner img {
  /* display: block;  */
  max-width: 100%;
  /* width: 20%; */
  position: relative;
  left: 10%;
}
.banner {
  min-height: 345px;
  background-image: url(../_img/repeated_banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 170px;
    background-position: 75% 0px;
  }
  .banner img {
    left: 0%;
    width: 190px;
  }
}
