@media only screen and (max-height: 500px) and (max-width: 999px) {
  header ul.navbar-nav.text-center {
    overflow-y: auto;
    padding-bottom: 140px;
  }

  .custom-popup-view-video {
    width: 50%;
    z-index: 999;
    top: 60%
  }
  .amruttiv-cards .injection-image img {
        margin-top: 0;
    }
   html[lang="de"] .amruttiv-cards .injection-image img {
        margin-top: 0;
    }
}



@media(min-width: 992px) and (max-width: 1300px) {
  .custom-popup-view-video {
    width: 60%;
    top: 55%;
  }
}