/* .hero .background.height-short_mobile {
  min-height: 600px;
  background-position: bottom;
} */

@media (max-width: 768px) {
  .hero .background.height-short_mobile {
    height: 360px !important;
    /* max-height: 360px; */
  }
  .padding-short_mobile{
    padding-bottom: 0px !important;
  }
}

@media (max-width: 480px) {
  .hero .background.height-short_mobile {
    height: 225px !important;
    /* max-height: 225px; */
  }
}

@media (max-width: 460px) {
  .hero .background.height-short_mobile {
    height: 216px !important;
    /* max-height: 216px; */
  }
}

@media (max-width: 360px) {
  .hero .background.height-short_mobile {
    height: 169px !important;
    /* max-height: 169px; */
  }
}