#full-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

#bgr-img {
  display: none;
}

@media (max-width: 992px) {
  #full-banner {
    background-image: none !important;
  }

  #bgr-img {
    display: block;
  }
}
