@media only screen and (min-width: 1920px) {

  #hcp-fl-inner-page-banner {
    background-position: -3px -101px !important;
  }
}

@media only screen and (min-width: 1920px) {

  .home-banner-top>.coh-container {
    background-position: 100% 43% !important;
  }

  .actors {
    bottom: 35% !important;
  }
}

@media only screen and (max-width: 375px) {
  .patient-fl-home>div:first-child {
    margin-top: 45px;
  }

  .home-banner-top {
    margin-bottom: 100px;
  }

  .home-banner-top>div:nth-child(2) {
    top: 388px;
    bottom: auto;
  }
}