.category-thumbnail {
  border-radius: 50%;
}

.popular-category {
  padding: 1em 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
}

.cropped-container {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  justify-content: center;
}

.image-cropper {
  max-width: 17.5rem;
  height: 23rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10rem 10rem 0 0;
  border: solid white 0.3rem;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  /* margin: auto; */
}

.custom-cat-cropped-layout {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.cat-link-button {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0857c3;
  border-radius: 0;
  height: 3.5rem !important;
  margin: 0 auto;
  width: 18rem;
  max-width: 100%;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header ~ #maincontent .container .popular-category-link {
  text-align: center;
  font-family: "Poppins";
}
header ~ #maincontent .container .popular-category-link a.popular-cat-link {
  text-decoration: none;
  font-family: "Poppins";
}

.image-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.image-wrapper span {
  height: 100%;
  width: 100%;
  display: block;
  font-family: "Poppins";
}