.mens-category-image {
  /* background-image: url(/images/homepage/homeMain/home-mens-category.jpg?$staticlink$); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 1015px;
}

.womens-category-image {
  /* background-image: url(/images/homepage/homeMain/home-womens-category.jpg?$staticlink$); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 1015px;
}

.center-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-badge {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bolder;
  color: #1C355E;
  margin: 16px 0px 0px 32px;
  width: 150px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
}

#text-cat {
  margin: auto;
}

@media screen and (max-width: 992px) {
  .mens-category-image {
    background-position: top center;
    min-height: 490px;
  }
  .womens-category-image {
    background-position: top center;
    min-height: 490px;
  }
}